Shades of Cinnabar #D64624
Tints of Cinnabar #D64624
RGB
CMYK
RGB Variations
Color information
#D64624 (or 0xD64624) is known color: Cinnabar. HEX triplet: D6, 46 and 24. RGB value is (214,70,36). Sum of RGB (Red+Green+Blue) = 214+70+36=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64624 is #29B9DB. Grayscale: #6D6D6D. Windows color (decimal): -2734556 or 2377430. OLE color: 2377430.
HSL color Cylindrical-coordinate representation of color #D64624: hue angle of 11.46º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D64624 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.16 |
| HSL | 11.46º | 0.71% | 0.49% | - |
| HSV(B) | 11.46º | 0.83% | 0.84% | - |
| XYZ | 30.24 | 18.8 | 3.7 | - |
| YUV | 109.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 36 | 0 | 0.67 | 0.83 | 0.16 | 11.46 | 0.71 | 0.49 |
| Hex | D6 | 46 | 24 | 0 | 43 | 53 | 10 | B | 47 | 31 |
| Octal | 326 | 106 | 44 | 0 | 103 | 123 | 20 | 13 | 107 | 61 |
| Binary | 11010110 | 1000110 | 100100 | 0 | 1000011 | 1010011 | 10000 | 1011 | 1000111 | 110001 |
Color Harmonies of #D64624
Complementary color
Monochromatic Colors of #D64624
Black with #D64624
Text Example
Text Example
White with #D64624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64624; }
p { color: rgb(214,70,36); }
H1.HeaderClassName
{
color: #D64624;
}
.AnyTagClassName
{
color: #D64624;
}
</style>
background-color css
<style>
a { background-color: #D64624; }
a { background-color: rgb(214,70,36); }
div.DivClassName
{
background-color: #D64624;
}
.BgClassName
{
background-color: #D64624;
}
</style>
border-color css
<style>
span { border-color: #D64624; }
span { border-color: rgb(214,70,36); }
td.TdClassName
{
border-color: #D64624;
}
.TagClassName
{
border-color: #D64624;
}
</style>