Shades of Cinnabar #D94522
Tints of Cinnabar #D94522
RGB
CMYK
RGB Variations
Color information
#D94522 (or 0xD94522) is known color: Cinnabar. HEX triplet: D9, 45 and 22. RGB value is (217,69,34). Sum of RGB (Red+Green+Blue) = 217+69+34=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D94522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94522 is #26BADD. Grayscale: #6D6D6D. Windows color (decimal): -2538206 or 2246105. OLE color: 2246105.
HSL color Cylindrical-coordinate representation of color #D94522: hue angle of 11.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D94522 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.15 |
| HSL | 11.48º | 0.73% | 0.49% | - |
| HSV(B) | 11.48º | 0.84% | 0.85% | - |
| XYZ | 31.03 | 19.12 | 3.57 | - |
| YUV | 109.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 34 | 0 | 0.68 | 0.84 | 0.15 | 11.48 | 0.73 | 0.49 |
| Hex | D9 | 45 | 22 | 0 | 44 | 54 | F | B | 49 | 31 |
| Octal | 331 | 105 | 42 | 0 | 104 | 124 | 17 | 13 | 111 | 61 |
| Binary | 11011001 | 1000101 | 100010 | 0 | 1000100 | 1010100 | 1111 | 1011 | 1001001 | 110001 |
Color Harmonies of #D94522
Complementary color
Monochromatic Colors of #D94522
Black with #D94522
Text Example
Text Example
White with #D94522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94522; }
p { color: rgb(217,69,34); }
H1.HeaderClassName
{
color: #D94522;
}
.AnyTagClassName
{
color: #D94522;
}
</style>
background-color css
<style>
a { background-color: #D94522; }
a { background-color: rgb(217,69,34); }
div.DivClassName
{
background-color: #D94522;
}
.BgClassName
{
background-color: #D94522;
}
</style>
border-color css
<style>
span { border-color: #D94522; }
span { border-color: rgb(217,69,34); }
td.TdClassName
{
border-color: #D94522;
}
.TagClassName
{
border-color: #D94522;
}
</style>