Shades of Cinnabar #D24438
Tints of Cinnabar #D24438
RGB
CMYK
RGB Variations
Color information
#D24438 (or 0xD24438) is known color: Cinnabar. HEX triplet: D2, 44 and 38. RGB value is (210,68,56). Sum of RGB (Red+Green+Blue) = 210+68+56=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D24438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24438 is #2DBBC7. Grayscale: #6D6D6D. Windows color (decimal): -2997192 or 3687634. OLE color: 3687634.
HSL color Cylindrical-coordinate representation of color #D24438: hue angle of 4.68º 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 #D24438 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 56 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.18 |
| HSL | 4.68º | 0.63% | 0.52% | - |
| HSV(B) | 4.68º | 0.73% | 0.82% | - |
| XYZ | 29.36 | 18.12 | 5.69 | - |
| YUV | 109.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 56 | 0 | 0.68 | 0.73 | 0.18 | 4.68 | 0.63 | 0.52 |
| Hex | D2 | 44 | 38 | 0 | 44 | 49 | 12 | 5 | 3F | 34 |
| Octal | 322 | 104 | 70 | 0 | 104 | 111 | 22 | 5 | 77 | 64 |
| Binary | 11010010 | 1000100 | 111000 | 0 | 1000100 | 1001001 | 10010 | 101 | 111111 | 110100 |
Color Harmonies of #D24438
Complementary color
Monochromatic Colors of #D24438
Black with #D24438
Text Example
Text Example
White with #D24438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24438; }
p { color: rgb(210,68,56); }
H1.HeaderClassName
{
color: #D24438;
}
.AnyTagClassName
{
color: #D24438;
}
</style>
background-color css
<style>
a { background-color: #D24438; }
a { background-color: rgb(210,68,56); }
div.DivClassName
{
background-color: #D24438;
}
.BgClassName
{
background-color: #D24438;
}
</style>
border-color css
<style>
span { border-color: #D24438; }
span { border-color: rgb(210,68,56); }
td.TdClassName
{
border-color: #D24438;
}
.TagClassName
{
border-color: #D24438;
}
</style>