Shades of Cinnabar #D64625
Tints of Cinnabar #D64625
RGB
CMYK
RGB Variations
Color information
#D64625 (or 0xD64625) is known color: Cinnabar. HEX triplet: D6, 46 and 25. RGB value is (214,70,37). Sum of RGB (Red+Green+Blue) = 214+70+37=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D64625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64625 is #29B9DA. Grayscale: #6D6D6D. Windows color (decimal): -2734555 or 2442966. OLE color: 2442966.
HSL color Cylindrical-coordinate representation of color #D64625: hue angle of 11.19º 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 #D64625 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.16 |
| HSL | 11.19º | 0.71% | 0.49% | - |
| HSV(B) | 11.19º | 0.83% | 0.84% | - |
| XYZ | 30.26 | 18.81 | 3.79 | - |
| YUV | 109.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 37 | 0 | 0.67 | 0.83 | 0.16 | 11.19 | 0.71 | 0.49 |
| Hex | D6 | 46 | 25 | 0 | 43 | 53 | 10 | B | 47 | 31 |
| Octal | 326 | 106 | 45 | 0 | 103 | 123 | 20 | 13 | 107 | 61 |
| Binary | 11010110 | 1000110 | 100101 | 0 | 1000011 | 1010011 | 10000 | 1011 | 1000111 | 110001 |
Color Harmonies of #D64625
Complementary color
Monochromatic Colors of #D64625
Black with #D64625
Text Example
Text Example
White with #D64625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64625; }
p { color: rgb(214,70,37); }
H1.HeaderClassName
{
color: #D64625;
}
.AnyTagClassName
{
color: #D64625;
}
</style>
background-color css
<style>
a { background-color: #D64625; }
a { background-color: rgb(214,70,37); }
div.DivClassName
{
background-color: #D64625;
}
.BgClassName
{
background-color: #D64625;
}
</style>
border-color css
<style>
span { border-color: #D64625; }
span { border-color: rgb(214,70,37); }
td.TdClassName
{
border-color: #D64625;
}
.TagClassName
{
border-color: #D64625;
}
</style>