Shades of Cinnabar #DC4D40
Tints of Cinnabar #DC4D40
RGB
CMYK
RGB Variations
Color information
#DC4D40 (or 0xDC4D40) is known color: Cinnabar. HEX triplet: DC, 4D and 40. RGB value is (220,77,64). Sum of RGB (Red+Green+Blue) = 220+77+64=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D40 is #23B2BF. Grayscale: #767676. Windows color (decimal): -2339520 or 4214236. OLE color: 4214236.
HSL color Cylindrical-coordinate representation of color #DC4D40: hue angle of 5º 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 #DC4D40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.14 |
| HSL | 5º | 0.69% | 0.56% | - |
| HSV(B) | 5º | 0.71% | 0.86% | - |
| XYZ | 33.09 | 20.89 | 7.14 | - |
| YUV | 118.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 64 | 0 | 0.65 | 0.71 | 0.14 | 5 | 0.69 | 0.56 |
| Hex | DC | 4D | 40 | 0 | 41 | 47 | E | 5 | 45 | 38 |
| Octal | 334 | 115 | 100 | 0 | 101 | 107 | 16 | 5 | 105 | 70 |
| Binary | 11011100 | 1001101 | 1000000 | 0 | 1000001 | 1000111 | 1110 | 101 | 1000101 | 111000 |
Color Harmonies of #DC4D40
Complementary color
Monochromatic Colors of #DC4D40
Black with #DC4D40
Text Example
Text Example
White with #DC4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D40; }
p { color: rgb(220,77,64); }
H1.HeaderClassName
{
color: #DC4D40;
}
.AnyTagClassName
{
color: #DC4D40;
}
</style>
background-color css
<style>
a { background-color: #DC4D40; }
a { background-color: rgb(220,77,64); }
div.DivClassName
{
background-color: #DC4D40;
}
.BgClassName
{
background-color: #DC4D40;
}
</style>
border-color css
<style>
span { border-color: #DC4D40; }
span { border-color: rgb(220,77,64); }
td.TdClassName
{
border-color: #DC4D40;
}
.TagClassName
{
border-color: #DC4D40;
}
</style>