Shades of Cinnabar #D94326
Tints of Cinnabar #D94326
RGB
CMYK
RGB Variations
Color information
#D94326 (or 0xD94326) is known color: Cinnabar. HEX triplet: D9, 43 and 26. RGB value is (217,67,38). Sum of RGB (Red+Green+Blue) = 217+67+38=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D94326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94326 is #26BCD9. Grayscale: #6C6C6C. Windows color (decimal): -2538714 or 2507737. OLE color: 2507737.
HSL color Cylindrical-coordinate representation of color #D94326: hue angle of 9.72º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94326 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 38 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.15 |
| HSL | 9.72º | 0.7% | 0.5% | - |
| HSV(B) | 9.72º | 0.82% | 0.85% | - |
| XYZ | 30.97 | 18.91 | 3.85 | - |
| YUV | 108.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 38 | 0 | 0.69 | 0.82 | 0.15 | 9.72 | 0.7 | 0.5 |
| Hex | D9 | 43 | 26 | 0 | 45 | 52 | F | A | 46 | 32 |
| Octal | 331 | 103 | 46 | 0 | 105 | 122 | 17 | 12 | 106 | 62 |
| Binary | 11011001 | 1000011 | 100110 | 0 | 1000101 | 1010010 | 1111 | 1010 | 1000110 | 110010 |
Color Harmonies of #D94326
Complementary color
Monochromatic Colors of #D94326
Black with #D94326
Text Example
Text Example
White with #D94326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94326; }
p { color: rgb(217,67,38); }
H1.HeaderClassName
{
color: #D94326;
}
.AnyTagClassName
{
color: #D94326;
}
</style>
background-color css
<style>
a { background-color: #D94326; }
a { background-color: rgb(217,67,38); }
div.DivClassName
{
background-color: #D94326;
}
.BgClassName
{
background-color: #D94326;
}
</style>
border-color css
<style>
span { border-color: #D94326; }
span { border-color: rgb(217,67,38); }
td.TdClassName
{
border-color: #D94326;
}
.TagClassName
{
border-color: #D94326;
}
</style>