Shades of Cinnabar #DC4E40
Tints of Cinnabar #DC4E40
RGB
CMYK
RGB Variations
Color information
#DC4E40 (or 0xDC4E40) is known color: Cinnabar. HEX triplet: DC, 4E and 40. RGB value is (220,78,64). Sum of RGB (Red+Green+Blue) = 220+78+64=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E40 is #23B1BF. Grayscale: #777777. Windows color (decimal): -2339264 or 4214492. OLE color: 4214492.
HSL color Cylindrical-coordinate representation of color #DC4E40: hue angle of 5.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4E40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.14 |
| HSL | 5.38º | 0.69% | 0.56% | - |
| HSV(B) | 5.38º | 0.71% | 0.86% | - |
| XYZ | 33.17 | 21.03 | 7.16 | - |
| YUV | 118.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 64 | 0 | 0.65 | 0.71 | 0.14 | 5.38 | 0.69 | 0.56 |
| Hex | DC | 4E | 40 | 0 | 41 | 47 | E | 5 | 45 | 38 |
| Octal | 334 | 116 | 100 | 0 | 101 | 107 | 16 | 5 | 105 | 70 |
| Binary | 11011100 | 1001110 | 1000000 | 0 | 1000001 | 1000111 | 1110 | 101 | 1000101 | 111000 |
Color Harmonies of #DC4E40
Complementary color
Monochromatic Colors of #DC4E40
Black with #DC4E40
Text Example
Text Example
White with #DC4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E40; }
p { color: rgb(220,78,64); }
H1.HeaderClassName
{
color: #DC4E40;
}
.AnyTagClassName
{
color: #DC4E40;
}
</style>
background-color css
<style>
a { background-color: #DC4E40; }
a { background-color: rgb(220,78,64); }
div.DivClassName
{
background-color: #DC4E40;
}
.BgClassName
{
background-color: #DC4E40;
}
</style>
border-color css
<style>
span { border-color: #DC4E40; }
span { border-color: rgb(220,78,64); }
td.TdClassName
{
border-color: #DC4E40;
}
.TagClassName
{
border-color: #DC4E40;
}
</style>