Html Css Color HEX #DC4036 Cinnabar

📋 copy color: '#DC4036'

red 220 ◦ green 64 ◦ blue 54

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

Shades of Cinnabar #DC4036

Tints of Cinnabar #DC4036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 65.09%
G = 18.93%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4036 (or 0xDC4036) is known color: Cinnabar. HEX triplet: DC, 40 and 36. RGB value is (220,64,54). Sum of RGB (Red+Green+Blue) = 220+64+54=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4036 is #23BFC9. Grayscale: #6D6D6D. Windows color (decimal): -2342858 or 3555548. OLE color: 3555548.

HSL color Cylindrical-coordinate representation of color #DC4036: hue angle of 3.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4036 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 54 -
CMYK 0 0.71 0.75 0.14
HSL 3.61º 0.7% 0.54% -
HSV(B) 3.61º 0.75% 0.86% -
XYZ 32.01 19.15 5.5 -
YUV 109.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 220 64 54 0 0.71 0.75 0.14 3.61 0.7 0.54
Hex DC 40 36 0 47 4B E 4 46 36
Octal 334 100 66 0 107 113 16 4 106 66
Binary 11011100 1000000 110110 0 1000111 1001011 1110 100 1000110 110110

Color Harmonies of #DC4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4036

Black with #DC4036

Text Example


Text Example

White with #DC4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4036; }

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

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

background-color css

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

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

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

border-color css

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

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

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