Shades of Cinnabar #D94321
Tints of Cinnabar #D94321
RGB
CMYK
RGB Variations
Color information
#D94321 (or 0xD94321) is known color: Cinnabar. HEX triplet: D9, 43 and 21. RGB value is (217,67,33). Sum of RGB (Red+Green+Blue) = 217+67+33=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D94321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94321 is #26BCDE. Grayscale: #6C6C6C. Windows color (decimal): -2538719 or 2180057. OLE color: 2180057.
HSL color Cylindrical-coordinate representation of color #D94321: hue angle of 11.09º 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 #D94321 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.15 |
| HSL | 11.09º | 0.74% | 0.49% | - |
| HSV(B) | 11.09º | 0.85% | 0.85% | - |
| XYZ | 30.9 | 18.88 | 3.45 | - |
| YUV | 107.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 33 | 0 | 0.69 | 0.85 | 0.15 | 11.09 | 0.74 | 0.49 |
| Hex | D9 | 43 | 21 | 0 | 45 | 55 | F | B | 4A | 31 |
| Octal | 331 | 103 | 41 | 0 | 105 | 125 | 17 | 13 | 112 | 61 |
| Binary | 11011001 | 1000011 | 100001 | 0 | 1000101 | 1010101 | 1111 | 1011 | 1001010 | 110001 |
Color Harmonies of #D94321
Complementary color
Monochromatic Colors of #D94321
Black with #D94321
Text Example
Text Example
White with #D94321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94321; }
p { color: rgb(217,67,33); }
H1.HeaderClassName
{
color: #D94321;
}
.AnyTagClassName
{
color: #D94321;
}
</style>
background-color css
<style>
a { background-color: #D94321; }
a { background-color: rgb(217,67,33); }
div.DivClassName
{
background-color: #D94321;
}
.BgClassName
{
background-color: #D94321;
}
</style>
border-color css
<style>
span { border-color: #D94321; }
span { border-color: rgb(217,67,33); }
td.TdClassName
{
border-color: #D94321;
}
.TagClassName
{
border-color: #D94321;
}
</style>