Shades of Cinnabar #D64724
Tints of Cinnabar #D64724
RGB
CMYK
RGB Variations
Color information
#D64724 (or 0xD64724) is known color: Cinnabar. HEX triplet: D6, 47 and 24. RGB value is (214,71,36). Sum of RGB (Red+Green+Blue) = 214+71+36=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D64724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64724 is #29B8DB. Grayscale: #6E6E6E. Windows color (decimal): -2734300 or 2377686. OLE color: 2377686.
HSL color Cylindrical-coordinate representation of color #D64724: hue angle of 11.8º 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 #D64724 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.16 |
| HSL | 11.8º | 0.71% | 0.49% | - |
| HSV(B) | 11.8º | 0.83% | 0.84% | - |
| XYZ | 30.3 | 18.93 | 3.73 | - |
| YUV | 109.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 36 | 0 | 0.67 | 0.83 | 0.16 | 11.8 | 0.71 | 0.49 |
| Hex | D6 | 47 | 24 | 0 | 43 | 53 | 10 | C | 47 | 31 |
| Octal | 326 | 107 | 44 | 0 | 103 | 123 | 20 | 14 | 107 | 61 |
| Binary | 11010110 | 1000111 | 100100 | 0 | 1000011 | 1010011 | 10000 | 1100 | 1000111 | 110001 |
Color Harmonies of #D64724
Complementary color
Monochromatic Colors of #D64724
Black with #D64724
Text Example
Text Example
White with #D64724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64724; }
p { color: rgb(214,71,36); }
H1.HeaderClassName
{
color: #D64724;
}
.AnyTagClassName
{
color: #D64724;
}
</style>
background-color css
<style>
a { background-color: #D64724; }
a { background-color: rgb(214,71,36); }
div.DivClassName
{
background-color: #D64724;
}
.BgClassName
{
background-color: #D64724;
}
</style>
border-color css
<style>
span { border-color: #D64724; }
span { border-color: rgb(214,71,36); }
td.TdClassName
{
border-color: #D64724;
}
.TagClassName
{
border-color: #D64724;
}
</style>