Shades of Cinnabar #D64029
Tints of Cinnabar #D64029
RGB
CMYK
RGB Variations
Color information
#D64029 (or 0xD64029) is known color: Cinnabar. HEX triplet: D6, 40 and 29. RGB value is (214,64,41). Sum of RGB (Red+Green+Blue) = 214+64+41=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64029 is #29BFD6. Grayscale: #6A6A6A. Windows color (decimal): -2736087 or 2703574. OLE color: 2703574.
HSL color Cylindrical-coordinate representation of color #D64029: hue angle of 7.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D64029 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 41 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.16 |
| HSL | 7.98º | 0.68% | 0.5% | - |
| HSV(B) | 7.98º | 0.81% | 0.84% | - |
| XYZ | 29.97 | 18.12 | 4.02 | - |
| YUV | 106.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 41 | 0 | 0.70 | 0.81 | 0.16 | 7.98 | 0.68 | 0.5 |
| Hex | D6 | 40 | 29 | 0 | 46 | 51 | 10 | 8 | 44 | 32 |
| Octal | 326 | 100 | 51 | 0 | 106 | 121 | 20 | 10 | 104 | 62 |
| Binary | 11010110 | 1000000 | 101001 | 0 | 1000110 | 1010001 | 10000 | 1000 | 1000100 | 110010 |
Color Harmonies of #D64029
Complementary color
Monochromatic Colors of #D64029
Black with #D64029
Text Example
Text Example
White with #D64029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64029; }
p { color: rgb(214,64,41); }
H1.HeaderClassName
{
color: #D64029;
}
.AnyTagClassName
{
color: #D64029;
}
</style>
background-color css
<style>
a { background-color: #D64029; }
a { background-color: rgb(214,64,41); }
div.DivClassName
{
background-color: #D64029;
}
.BgClassName
{
background-color: #D64029;
}
</style>
border-color css
<style>
span { border-color: #D64029; }
span { border-color: rgb(214,64,41); }
td.TdClassName
{
border-color: #D64029;
}
.TagClassName
{
border-color: #D64029;
}
</style>