Shades of Cinnabar #D24537
Tints of Cinnabar #D24537
RGB
CMYK
RGB Variations
Color information
#D24537 (or 0xD24537) is known color: Cinnabar. HEX triplet: D2, 45 and 37. RGB value is (210,69,55). Sum of RGB (Red+Green+Blue) = 210+69+55=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D24537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24537 is #2DBAC8. Grayscale: #6D6D6D. Windows color (decimal): -2996937 or 3622354. OLE color: 3622354.
HSL color Cylindrical-coordinate representation of color #D24537: hue angle of 5.42º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D24537 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 55 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.18 |
| HSL | 5.42º | 0.63% | 0.52% | - |
| HSV(B) | 5.42º | 0.74% | 0.82% | - |
| XYZ | 29.4 | 18.23 | 5.58 | - |
| YUV | 109.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 55 | 0 | 0.67 | 0.74 | 0.18 | 5.42 | 0.63 | 0.52 |
| Hex | D2 | 45 | 37 | 0 | 43 | 4A | 12 | 5 | 3F | 34 |
| Octal | 322 | 105 | 67 | 0 | 103 | 112 | 22 | 5 | 77 | 64 |
| Binary | 11010010 | 1000101 | 110111 | 0 | 1000011 | 1001010 | 10010 | 101 | 111111 | 110100 |
Color Harmonies of #D24537
Complementary color
Monochromatic Colors of #D24537
Black with #D24537
Text Example
Text Example
White with #D24537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24537; }
p { color: rgb(210,69,55); }
H1.HeaderClassName
{
color: #D24537;
}
.AnyTagClassName
{
color: #D24537;
}
</style>
background-color css
<style>
a { background-color: #D24537; }
a { background-color: rgb(210,69,55); }
div.DivClassName
{
background-color: #D24537;
}
.BgClassName
{
background-color: #D24537;
}
</style>
border-color css
<style>
span { border-color: #D24537; }
span { border-color: rgb(210,69,55); }
td.TdClassName
{
border-color: #D24537;
}
.TagClassName
{
border-color: #D24537;
}
</style>