Shades of Cinnabar #D64325
Tints of Cinnabar #D64325
RGB
CMYK
RGB Variations
Color information
#D64325 (or 0xD64325) is known color: Cinnabar. HEX triplet: D6, 43 and 25. RGB value is (214,67,37). Sum of RGB (Red+Green+Blue) = 214+67+37=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D64325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64325 is #29BCDA. Grayscale: #6B6B6B. Windows color (decimal): -2735323 or 2442198. OLE color: 2442198.
HSL color Cylindrical-coordinate representation of color #D64325: hue angle of 10.17º 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 #D64325 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 37 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.16 |
| HSL | 10.17º | 0.71% | 0.49% | - |
| HSV(B) | 10.17º | 0.83% | 0.84% | - |
| XYZ | 30.07 | 18.44 | 3.73 | - |
| YUV | 107.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 37 | 0 | 0.69 | 0.83 | 0.16 | 10.17 | 0.71 | 0.49 |
| Hex | D6 | 43 | 25 | 0 | 45 | 53 | 10 | A | 47 | 31 |
| Octal | 326 | 103 | 45 | 0 | 105 | 123 | 20 | 12 | 107 | 61 |
| Binary | 11010110 | 1000011 | 100101 | 0 | 1000101 | 1010011 | 10000 | 1010 | 1000111 | 110001 |
Color Harmonies of #D64325
Complementary color
Monochromatic Colors of #D64325
Black with #D64325
Text Example
Text Example
White with #D64325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64325; }
p { color: rgb(214,67,37); }
H1.HeaderClassName
{
color: #D64325;
}
.AnyTagClassName
{
color: #D64325;
}
</style>
background-color css
<style>
a { background-color: #D64325; }
a { background-color: rgb(214,67,37); }
div.DivClassName
{
background-color: #D64325;
}
.BgClassName
{
background-color: #D64325;
}
</style>
border-color css
<style>
span { border-color: #D64325; }
span { border-color: rgb(214,67,37); }
td.TdClassName
{
border-color: #D64325;
}
.TagClassName
{
border-color: #D64325;
}
</style>