Shades of Cinnabar #D74624
Tints of Cinnabar #D74624
RGB
CMYK
RGB Variations
Color information
#D74624 (or 0xD74624) is known color: Cinnabar. HEX triplet: D7, 46 and 24. RGB value is (215,70,36). Sum of RGB (Red+Green+Blue) = 215+70+36=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D74624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74624 is #28B9DB. Grayscale: #6D6D6D. Windows color (decimal): -2669020 or 2377431. OLE color: 2377431.
HSL color Cylindrical-coordinate representation of color #D74624: hue angle of 11.4º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D74624 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.16 |
| HSL | 11.4º | 0.71% | 0.49% | - |
| HSV(B) | 11.4º | 0.83% | 0.84% | - |
| XYZ | 30.53 | 18.95 | 3.72 | - |
| YUV | 109.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 36 | 0 | 0.67 | 0.83 | 0.16 | 11.4 | 0.71 | 0.49 |
| Hex | D7 | 46 | 24 | 0 | 43 | 53 | 10 | B | 47 | 31 |
| Octal | 327 | 106 | 44 | 0 | 103 | 123 | 20 | 13 | 107 | 61 |
| Binary | 11010111 | 1000110 | 100100 | 0 | 1000011 | 1010011 | 10000 | 1011 | 1000111 | 110001 |
Color Harmonies of #D74624
Complementary color
Monochromatic Colors of #D74624
Black with #D74624
Text Example
Text Example
White with #D74624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74624; }
p { color: rgb(215,70,36); }
H1.HeaderClassName
{
color: #D74624;
}
.AnyTagClassName
{
color: #D74624;
}
</style>
background-color css
<style>
a { background-color: #D74624; }
a { background-color: rgb(215,70,36); }
div.DivClassName
{
background-color: #D74624;
}
.BgClassName
{
background-color: #D74624;
}
</style>
border-color css
<style>
span { border-color: #D74624; }
span { border-color: rgb(215,70,36); }
td.TdClassName
{
border-color: #D74624;
}
.TagClassName
{
border-color: #D74624;
}
</style>