Shades of Cinnabar #D94C2E
Tints of Cinnabar #D94C2E
RGB
CMYK
RGB Variations
Color information
#D94C2E (or 0xD94C2E) is known color: Cinnabar. HEX triplet: D9, 4C and 2E. RGB value is (217,76,46). Sum of RGB (Red+Green+Blue) = 217+76+46=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C2E is #26B3D1. Grayscale: #737373. Windows color (decimal): -2536402 or 3034329. OLE color: 3034329.
HSL color Cylindrical-coordinate representation of color #D94C2E: hue angle of 10.53º 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 #D94C2E is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 46 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.15 |
| HSL | 10.53º | 0.69% | 0.52% | - |
| HSV(B) | 10.53º | 0.79% | 0.85% | - |
| XYZ | 31.69 | 20.12 | 4.8 | - |
| YUV | 114.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 46 | 0 | 0.65 | 0.79 | 0.15 | 10.53 | 0.69 | 0.52 |
| Hex | D9 | 4C | 2E | 0 | 41 | 4F | F | B | 45 | 34 |
| Octal | 331 | 114 | 56 | 0 | 101 | 117 | 17 | 13 | 105 | 64 |
| Binary | 11011001 | 1001100 | 101110 | 0 | 1000001 | 1001111 | 1111 | 1011 | 1000101 | 110100 |
Color Harmonies of #D94C2E
Complementary color
Monochromatic Colors of #D94C2E
Black with #D94C2E
Text Example
Text Example
White with #D94C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C2E; }
p { color: rgb(217,76,46); }
H1.HeaderClassName
{
color: #D94C2E;
}
.AnyTagClassName
{
color: #D94C2E;
}
</style>
background-color css
<style>
a { background-color: #D94C2E; }
a { background-color: rgb(217,76,46); }
div.DivClassName
{
background-color: #D94C2E;
}
.BgClassName
{
background-color: #D94C2E;
}
</style>
border-color css
<style>
span { border-color: #D94C2E; }
span { border-color: rgb(217,76,46); }
td.TdClassName
{
border-color: #D94C2E;
}
.TagClassName
{
border-color: #D94C2E;
}
</style>