#dc4f27

Color #DC4F27 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DC4F27

Tints of Cinnabar #DC4F27

Color information

#DC4F27 (or 0xDC4F27) is unknown color: approx Cinnabar. HEX triplet: DC, 4F and 27. RGB value is (220,79,39). Sum of RGB (Red+Green+Blue) = 220+79+39=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F27 is #23B0D8. Grayscale: #747474. Windows color (decimal): -2339033 or 2576348. OLE color: 2576348.

HSL color Cylindrical-coordinate representation of color #DC4F27: hue angle of 13.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4F27 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB2207939-
CMYK00.640.820.14
HSL13.26º72.11%50.78%-
HSV(B)13.26º82.27%86.27%-
XYZ32.6820.954.24-
YUV116.684.21201.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 65.09%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 39 (15.62% from 255) = 11.54%
R=65.09%
G=23.37%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220793900.640.820.1413.2672.1150.78
HexDC4F2704052Ed4833
Octal334117470100122161511063
Binary110111001001111100111010000001010010111011011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc4f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc4f27; }

 p { color: rgb(220,79,39); }

 H1.HeaderClassName
 {
   color: #dc4f27;
 }
 .AnyTagClassName
 {
   color: #dc4f27;
 }
</style>
background-color css

<style>
 a { background-color: #dc4f27; }

 a { background-color: rgb(220,79,39); }

 div.DivClassName
 {
   background-color: #dc4f27;
 }
 .BgClassName
 {
   background-color: #dc4f27;
 }
</style>
border-color css

<style>
 span { border-color: #dc4f27; }

 span { border-color: rgb(220,79,39); }

 td.TdClassName
 {
   border-color: #dc4f27;
 }
 .TagClassName
 {
   border-color: #dc4f27;
 }
</style>