Html Css Color HEX #DC4027 Cinnabar

📋 copy color: '#DC4027'

red 220 ◦ green 64 ◦ blue 39

#DC4027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DC4027

Tints of Cinnabar #DC4027

RGB

 RED value IS 220 (86.33% from 255) = 68.11%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 68.11%
G = 19.81%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4027 (or 0xDC4027) is known color: Cinnabar. HEX triplet: DC, 40 and 27. RGB value is (220,64,39). Sum of RGB (Red+Green+Blue) = 220+64+39=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4027 is #23BFD8. Grayscale: #6C6C6C. Windows color (decimal): -2342873 or 2572508. OLE color: 2572508.

HSL color Cylindrical-coordinate representation of color #DC4027: hue angle of 8.29º 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 #DC4027 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 39 -
CMYK 0 0.71 0.82 0.14
HSL 8.29º 0.72% 0.51% -
HSV(B) 8.29º 0.82% 0.86% -
XYZ 31.71 19.03 3.92 -
YUV 107.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 220 64 39 0 0.71 0.82 0.14 8.29 0.72 0.51
Hex DC 40 27 0 47 52 E 8 48 33
Octal 334 100 47 0 107 122 16 10 110 63
Binary 11011100 1000000 100111 0 1000111 1010010 1110 1000 1001000 110011

Color Harmonies of #DC4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4027

Black with #DC4027

Text Example


Text Example

White with #DC4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4027; }

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

 H1.HeaderClassName
 {
   color: #DC4027;
 }
 .AnyTagClassName
 {
   color: #DC4027;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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