Shades of Cinnabar #D94A20
Tints of Cinnabar #D94A20
RGB
CMYK
RGB Variations
Color information
#D94A20 (or 0xD94A20) is known color: Cinnabar. HEX triplet: D9, 4A and 20. RGB value is (217,74,32). Sum of RGB (Red+Green+Blue) = 217+74+32=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A20 is #26B5DF. Grayscale: #707070. Windows color (decimal): -2536928 or 2116313. OLE color: 2116313.
HSL color Cylindrical-coordinate representation of color #D94A20: hue angle of 13.62º 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 #D94A20 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 32 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.15 |
| HSL | 13.62º | 0.74% | 0.49% | - |
| HSV(B) | 13.62º | 0.85% | 0.85% | - |
| XYZ | 31.32 | 19.75 | 3.53 | - |
| YUV | 111.97 | 82.88 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 32 | 0 | 0.66 | 0.85 | 0.15 | 13.62 | 0.74 | 0.49 |
| Hex | D9 | 4A | 20 | 0 | 42 | 55 | F | E | 4A | 31 |
| Octal | 331 | 112 | 40 | 0 | 102 | 125 | 17 | 16 | 112 | 61 |
| Binary | 11011001 | 1001010 | 100000 | 0 | 1000010 | 1010101 | 1111 | 1110 | 1001010 | 110001 |
Color Harmonies of #D94A20
Complementary color
Monochromatic Colors of #D94A20
Black with #D94A20
Text Example
Text Example
White with #D94A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A20; }
p { color: rgb(217,74,32); }
H1.HeaderClassName
{
color: #D94A20;
}
.AnyTagClassName
{
color: #D94A20;
}
</style>
background-color css
<style>
a { background-color: #D94A20; }
a { background-color: rgb(217,74,32); }
div.DivClassName
{
background-color: #D94A20;
}
.BgClassName
{
background-color: #D94A20;
}
</style>
border-color css
<style>
span { border-color: #D94A20; }
span { border-color: rgb(217,74,32); }
td.TdClassName
{
border-color: #D94A20;
}
.TagClassName
{
border-color: #D94A20;
}
</style>