Shades of Cinnabar #D24129
Tints of Cinnabar #D24129
RGB
CMYK
RGB Variations
Color information
#D24129 (or 0xD24129) is known color: Cinnabar. HEX triplet: D2, 41 and 29. RGB value is (210,65,41). Sum of RGB (Red+Green+Blue) = 210+65+41=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D24129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24129 is #2DBED6. Grayscale: #696969. Windows color (decimal): -2997975 or 2703826. OLE color: 2703826.
HSL color Cylindrical-coordinate representation of color #D24129: hue angle of 8.52º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D24129 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 41 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.18 |
| HSL | 8.52º | 0.67% | 0.49% | - |
| HSV(B) | 8.52º | 0.8% | 0.82% | - |
| XYZ | 28.87 | 17.64 | 3.98 | - |
| YUV | 105.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 41 | 0 | 0.69 | 0.80 | 0.18 | 8.52 | 0.67 | 0.49 |
| Hex | D2 | 41 | 29 | 0 | 45 | 50 | 12 | 9 | 43 | 31 |
| Octal | 322 | 101 | 51 | 0 | 105 | 120 | 22 | 11 | 103 | 61 |
| Binary | 11010010 | 1000001 | 101001 | 0 | 1000101 | 1010000 | 10010 | 1001 | 1000011 | 110001 |
Color Harmonies of #D24129
Complementary color
Monochromatic Colors of #D24129
Black with #D24129
Text Example
Text Example
White with #D24129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24129; }
p { color: rgb(210,65,41); }
H1.HeaderClassName
{
color: #D24129;
}
.AnyTagClassName
{
color: #D24129;
}
</style>
background-color css
<style>
a { background-color: #D24129; }
a { background-color: rgb(210,65,41); }
div.DivClassName
{
background-color: #D24129;
}
.BgClassName
{
background-color: #D24129;
}
</style>
border-color css
<style>
span { border-color: #D24129; }
span { border-color: rgb(210,65,41); }
td.TdClassName
{
border-color: #D24129;
}
.TagClassName
{
border-color: #D24129;
}
</style>