Shades of Cinnabar #D94720
Tints of Cinnabar #D94720
RGB
CMYK
RGB Variations
Color information
#D94720 (or 0xD94720) is known color: Cinnabar. HEX triplet: D9, 47 and 20. RGB value is (217,71,32). Sum of RGB (Red+Green+Blue) = 217+71+32=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D94720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94720 is #26B8DF. Grayscale: #6E6E6E. Windows color (decimal): -2537696 or 2115545. OLE color: 2115545.
HSL color Cylindrical-coordinate representation of color #D94720: hue angle of 12.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D94720 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 32 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.15 |
| HSL | 12.65º | 0.74% | 0.49% | - |
| HSV(B) | 12.65º | 0.85% | 0.85% | - |
| XYZ | 31.13 | 19.36 | 3.46 | - |
| YUV | 110.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 32 | 0 | 0.67 | 0.85 | 0.15 | 12.65 | 0.74 | 0.49 |
| Hex | D9 | 47 | 20 | 0 | 43 | 55 | F | D | 4A | 31 |
| Octal | 331 | 107 | 40 | 0 | 103 | 125 | 17 | 15 | 112 | 61 |
| Binary | 11011001 | 1000111 | 100000 | 0 | 1000011 | 1010101 | 1111 | 1101 | 1001010 | 110001 |
Color Harmonies of #D94720
Complementary color
Monochromatic Colors of #D94720
Black with #D94720
Text Example
Text Example
White with #D94720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94720; }
p { color: rgb(217,71,32); }
H1.HeaderClassName
{
color: #D94720;
}
.AnyTagClassName
{
color: #D94720;
}
</style>
background-color css
<style>
a { background-color: #D94720; }
a { background-color: rgb(217,71,32); }
div.DivClassName
{
background-color: #D94720;
}
.BgClassName
{
background-color: #D94720;
}
</style>
border-color css
<style>
span { border-color: #D94720; }
span { border-color: rgb(217,71,32); }
td.TdClassName
{
border-color: #D94720;
}
.TagClassName
{
border-color: #D94720;
}
</style>