Shades of Cinnabar #D24238
Tints of Cinnabar #D24238
RGB
CMYK
RGB Variations
Color information
#D24238 (or 0xD24238) is known color: Cinnabar. HEX triplet: D2, 42 and 38. RGB value is (210,66,56). Sum of RGB (Red+Green+Blue) = 210+66+56=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D24238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24238 is #2DBDC7. Grayscale: #6C6C6C. Windows color (decimal): -2997704 or 3687122. OLE color: 3687122.
HSL color Cylindrical-coordinate representation of color #D24238: hue angle of 3.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D24238 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 56 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.18 |
| HSL | 3.9º | 0.63% | 0.52% | - |
| HSV(B) | 3.9º | 0.73% | 0.82% | - |
| XYZ | 29.24 | 17.88 | 5.65 | - |
| YUV | 107.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 56 | 0 | 0.69 | 0.73 | 0.18 | 3.9 | 0.63 | 0.52 |
| Hex | D2 | 42 | 38 | 0 | 45 | 49 | 12 | 4 | 3F | 34 |
| Octal | 322 | 102 | 70 | 0 | 105 | 111 | 22 | 4 | 77 | 64 |
| Binary | 11010010 | 1000010 | 111000 | 0 | 1000101 | 1001001 | 10010 | 100 | 111111 | 110100 |
Color Harmonies of #D24238
Complementary color
Monochromatic Colors of #D24238
Black with #D24238
Text Example
Text Example
White with #D24238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24238; }
p { color: rgb(210,66,56); }
H1.HeaderClassName
{
color: #D24238;
}
.AnyTagClassName
{
color: #D24238;
}
</style>
background-color css
<style>
a { background-color: #D24238; }
a { background-color: rgb(210,66,56); }
div.DivClassName
{
background-color: #D24238;
}
.BgClassName
{
background-color: #D24238;
}
</style>
border-color css
<style>
span { border-color: #D24238; }
span { border-color: rgb(210,66,56); }
td.TdClassName
{
border-color: #D24238;
}
.TagClassName
{
border-color: #D24238;
}
</style>