Shades of Cinnabar #D24330
Tints of Cinnabar #D24330
RGB
CMYK
RGB Variations
Color information
#D24330 (or 0xD24330) is known color: Cinnabar. HEX triplet: D2, 43 and 30. RGB value is (210,67,48). Sum of RGB (Red+Green+Blue) = 210+67+48=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D24330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24330 is #2DBCCF. Grayscale: #6B6B6B. Windows color (decimal): -2997456 or 3163090. OLE color: 3163090.
HSL color Cylindrical-coordinate representation of color #D24330: hue angle of 7.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D24330 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 48 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.18 |
| HSL | 7.04º | 0.64% | 0.51% | - |
| HSV(B) | 7.04º | 0.77% | 0.82% | - |
| XYZ | 29.12 | 17.93 | 4.72 | - |
| YUV | 107.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 48 | 0 | 0.68 | 0.77 | 0.18 | 7.04 | 0.64 | 0.51 |
| Hex | D2 | 43 | 30 | 0 | 44 | 4D | 12 | 7 | 40 | 33 |
| Octal | 322 | 103 | 60 | 0 | 104 | 115 | 22 | 7 | 100 | 63 |
| Binary | 11010010 | 1000011 | 110000 | 0 | 1000100 | 1001101 | 10010 | 111 | 1000000 | 110011 |
Color Harmonies of #D24330
Complementary color
Monochromatic Colors of #D24330
Black with #D24330
Text Example
Text Example
White with #D24330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24330; }
p { color: rgb(210,67,48); }
H1.HeaderClassName
{
color: #D24330;
}
.AnyTagClassName
{
color: #D24330;
}
</style>
background-color css
<style>
a { background-color: #D24330; }
a { background-color: rgb(210,67,48); }
div.DivClassName
{
background-color: #D24330;
}
.BgClassName
{
background-color: #D24330;
}
</style>
border-color css
<style>
span { border-color: #D24330; }
span { border-color: rgb(210,67,48); }
td.TdClassName
{
border-color: #D24330;
}
.TagClassName
{
border-color: #D24330;
}
</style>