Shades of Cinnabar #D24334
Tints of Cinnabar #D24334
RGB
CMYK
RGB Variations
Color information
#D24334 (or 0xD24334) is known color: Cinnabar. HEX triplet: D2, 43 and 34. RGB value is (210,67,52). Sum of RGB (Red+Green+Blue) = 210+67+52=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D24334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24334 is #2DBCCB. Grayscale: #6C6C6C. Windows color (decimal): -2997452 or 3425234. OLE color: 3425234.
HSL color Cylindrical-coordinate representation of color #D24334: hue angle of 5.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D24334 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 52 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.18 |
| HSL | 5.7º | 0.64% | 0.51% | - |
| HSV(B) | 5.7º | 0.75% | 0.82% | - |
| XYZ | 29.21 | 17.96 | 5.18 | - |
| YUV | 108.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 52 | 0 | 0.68 | 0.75 | 0.18 | 5.7 | 0.64 | 0.51 |
| Hex | D2 | 43 | 34 | 0 | 44 | 4B | 12 | 6 | 40 | 33 |
| Octal | 322 | 103 | 64 | 0 | 104 | 113 | 22 | 6 | 100 | 63 |
| Binary | 11010010 | 1000011 | 110100 | 0 | 1000100 | 1001011 | 10010 | 110 | 1000000 | 110011 |
Color Harmonies of #D24334
Complementary color
Monochromatic Colors of #D24334
Black with #D24334
Text Example
Text Example
White with #D24334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24334; }
p { color: rgb(210,67,52); }
H1.HeaderClassName
{
color: #D24334;
}
.AnyTagClassName
{
color: #D24334;
}
</style>
background-color css
<style>
a { background-color: #D24334; }
a { background-color: rgb(210,67,52); }
div.DivClassName
{
background-color: #D24334;
}
.BgClassName
{
background-color: #D24334;
}
</style>
border-color css
<style>
span { border-color: #D24334; }
span { border-color: rgb(210,67,52); }
td.TdClassName
{
border-color: #D24334;
}
.TagClassName
{
border-color: #D24334;
}
</style>