Shades of Cinnabar #D94724
Tints of Cinnabar #D94724
RGB
CMYK
RGB Variations
Color information
#D94724 (or 0xD94724) is known color: Cinnabar. HEX triplet: D9, 47 and 24. RGB value is (217,71,36). Sum of RGB (Red+Green+Blue) = 217+71+36=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94724 is #26B8DB. Grayscale: #6E6E6E. Windows color (decimal): -2537692 or 2377689. OLE color: 2377689.
HSL color Cylindrical-coordinate representation of color #D94724: hue angle of 11.6º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D94724 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.15 |
| HSL | 11.6º | 0.72% | 0.5% | - |
| HSV(B) | 11.6º | 0.83% | 0.85% | - |
| XYZ | 31.19 | 19.39 | 3.77 | - |
| YUV | 110.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 36 | 0 | 0.67 | 0.83 | 0.15 | 11.6 | 0.72 | 0.5 |
| Hex | D9 | 47 | 24 | 0 | 43 | 53 | F | C | 48 | 32 |
| Octal | 331 | 107 | 44 | 0 | 103 | 123 | 17 | 14 | 110 | 62 |
| Binary | 11011001 | 1000111 | 100100 | 0 | 1000011 | 1010011 | 1111 | 1100 | 1001000 | 110010 |
Color Harmonies of #D94724
Complementary color
Monochromatic Colors of #D94724
Black with #D94724
Text Example
Text Example
White with #D94724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94724; }
p { color: rgb(217,71,36); }
H1.HeaderClassName
{
color: #D94724;
}
.AnyTagClassName
{
color: #D94724;
}
</style>
background-color css
<style>
a { background-color: #D94724; }
a { background-color: rgb(217,71,36); }
div.DivClassName
{
background-color: #D94724;
}
.BgClassName
{
background-color: #D94724;
}
</style>
border-color css
<style>
span { border-color: #D94724; }
span { border-color: rgb(217,71,36); }
td.TdClassName
{
border-color: #D94724;
}
.TagClassName
{
border-color: #D94724;
}
</style>