Shades of Cinnabar #D64435
Tints of Cinnabar #D64435
RGB
CMYK
RGB Variations
Color information
#D64435 (or 0xD64435) is known color: Cinnabar. HEX triplet: D6, 44 and 35. RGB value is (214,68,53). Sum of RGB (Red+Green+Blue) = 214+68+53=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64435 is #29BBCA. Grayscale: #6E6E6E. Windows color (decimal): -2735051 or 3491030. OLE color: 3491030.
HSL color Cylindrical-coordinate representation of color #D64435: hue angle of 5.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D64435 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 53 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.16 |
| HSL | 5.59º | 0.66% | 0.52% | - |
| HSV(B) | 5.59º | 0.75% | 0.84% | - |
| XYZ | 30.44 | 18.69 | 5.37 | - |
| YUV | 109.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 53 | 0 | 0.68 | 0.75 | 0.16 | 5.59 | 0.66 | 0.52 |
| Hex | D6 | 44 | 35 | 0 | 44 | 4B | 10 | 6 | 42 | 34 |
| Octal | 326 | 104 | 65 | 0 | 104 | 113 | 20 | 6 | 102 | 64 |
| Binary | 11010110 | 1000100 | 110101 | 0 | 1000100 | 1001011 | 10000 | 110 | 1000010 | 110100 |
Color Harmonies of #D64435
Complementary color
Monochromatic Colors of #D64435
Black with #D64435
Text Example
Text Example
White with #D64435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64435; }
p { color: rgb(214,68,53); }
H1.HeaderClassName
{
color: #D64435;
}
.AnyTagClassName
{
color: #D64435;
}
</style>
background-color css
<style>
a { background-color: #D64435; }
a { background-color: rgb(214,68,53); }
div.DivClassName
{
background-color: #D64435;
}
.BgClassName
{
background-color: #D64435;
}
</style>
border-color css
<style>
span { border-color: #D64435; }
span { border-color: rgb(214,68,53); }
td.TdClassName
{
border-color: #D64435;
}
.TagClassName
{
border-color: #D64435;
}
</style>