Shades of Cinnabar #D74232
Tints of Cinnabar #D74232
RGB
CMYK
RGB Variations
Color information
#D74232 (or 0xD74232) is known color: Cinnabar. HEX triplet: D7, 42 and 32. RGB value is (215,66,50). Sum of RGB (Red+Green+Blue) = 215+66+50=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D74232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74232 is #28BDCD. Grayscale: #6C6C6C. Windows color (decimal): -2670030 or 3293911. OLE color: 3293911.
HSL color Cylindrical-coordinate representation of color #D74232: hue angle of 5.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D74232 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 50 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.16 |
| HSL | 5.82º | 0.67% | 0.52% | - |
| HSV(B) | 5.82º | 0.77% | 0.84% | - |
| XYZ | 30.55 | 18.57 | 4.99 | - |
| YUV | 108.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 50 | 0 | 0.69 | 0.77 | 0.16 | 5.82 | 0.67 | 0.52 |
| Hex | D7 | 42 | 32 | 0 | 45 | 4D | 10 | 6 | 43 | 34 |
| Octal | 327 | 102 | 62 | 0 | 105 | 115 | 20 | 6 | 103 | 64 |
| Binary | 11010111 | 1000010 | 110010 | 0 | 1000101 | 1001101 | 10000 | 110 | 1000011 | 110100 |
Color Harmonies of #D74232
Complementary color
Monochromatic Colors of #D74232
Black with #D74232
Text Example
Text Example
White with #D74232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74232; }
p { color: rgb(215,66,50); }
H1.HeaderClassName
{
color: #D74232;
}
.AnyTagClassName
{
color: #D74232;
}
</style>
background-color css
<style>
a { background-color: #D74232; }
a { background-color: rgb(215,66,50); }
div.DivClassName
{
background-color: #D74232;
}
.BgClassName
{
background-color: #D74232;
}
</style>
border-color css
<style>
span { border-color: #D74232; }
span { border-color: rgb(215,66,50); }
td.TdClassName
{
border-color: #D74232;
}
.TagClassName
{
border-color: #D74232;
}
</style>