Shades of Cinnabar #D94A2E
Tints of Cinnabar #D94A2E
RGB
CMYK
RGB Variations
Color information
#D94A2E (or 0xD94A2E) is known color: Cinnabar. HEX triplet: D9, 4A and 2E. RGB value is (217,74,46). Sum of RGB (Red+Green+Blue) = 217+74+46=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A2E is #26B5D1. Grayscale: #717171. Windows color (decimal): -2536914 or 3033817. OLE color: 3033817.
HSL color Cylindrical-coordinate representation of color #D94A2E: hue angle of 9.82º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D94A2E is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 46 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.15 |
| HSL | 9.82º | 0.69% | 0.52% | - |
| HSV(B) | 9.82º | 0.79% | 0.85% | - |
| XYZ | 31.56 | 19.85 | 4.75 | - |
| YUV | 113.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 46 | 0 | 0.66 | 0.79 | 0.15 | 9.82 | 0.69 | 0.52 |
| Hex | D9 | 4A | 2E | 0 | 42 | 4F | F | A | 45 | 34 |
| Octal | 331 | 112 | 56 | 0 | 102 | 117 | 17 | 12 | 105 | 64 |
| Binary | 11011001 | 1001010 | 101110 | 0 | 1000010 | 1001111 | 1111 | 1010 | 1000101 | 110100 |
Color Harmonies of #D94A2E
Complementary color
Monochromatic Colors of #D94A2E
Black with #D94A2E
Text Example
Text Example
White with #D94A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A2E; }
p { color: rgb(217,74,46); }
H1.HeaderClassName
{
color: #D94A2E;
}
.AnyTagClassName
{
color: #D94A2E;
}
</style>
background-color css
<style>
a { background-color: #D94A2E; }
a { background-color: rgb(217,74,46); }
div.DivClassName
{
background-color: #D94A2E;
}
.BgClassName
{
background-color: #D94A2E;
}
</style>
border-color css
<style>
span { border-color: #D94A2E; }
span { border-color: rgb(217,74,46); }
td.TdClassName
{
border-color: #D94A2E;
}
.TagClassName
{
border-color: #D94A2E;
}
</style>