Shades of Cinnabar #D94A2C
Tints of Cinnabar #D94A2C
RGB
CMYK
RGB Variations
Color information
#D94A2C (or 0xD94A2C) is known color: Cinnabar. HEX triplet: D9, 4A and 2C. RGB value is (217,74,44). Sum of RGB (Red+Green+Blue) = 217+74+44=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A2C is #26B5D3. Grayscale: #717171. Windows color (decimal): -2536916 or 2902745. OLE color: 2902745.
HSL color Cylindrical-coordinate representation of color #D94A2C: hue angle of 10.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D94A2C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 44 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.15 |
| HSL | 10.4º | 0.69% | 0.51% | - |
| HSV(B) | 10.4º | 0.8% | 0.85% | - |
| XYZ | 31.52 | 19.83 | 4.55 | - |
| YUV | 113.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 44 | 0 | 0.66 | 0.80 | 0.15 | 10.4 | 0.69 | 0.51 |
| Hex | D9 | 4A | 2C | 0 | 42 | 50 | F | A | 45 | 33 |
| Octal | 331 | 112 | 54 | 0 | 102 | 120 | 17 | 12 | 105 | 63 |
| Binary | 11011001 | 1001010 | 101100 | 0 | 1000010 | 1010000 | 1111 | 1010 | 1000101 | 110011 |
Color Harmonies of #D94A2C
Complementary color
Monochromatic Colors of #D94A2C
Black with #D94A2C
Text Example
Text Example
White with #D94A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A2C; }
p { color: rgb(217,74,44); }
H1.HeaderClassName
{
color: #D94A2C;
}
.AnyTagClassName
{
color: #D94A2C;
}
</style>
background-color css
<style>
a { background-color: #D94A2C; }
a { background-color: rgb(217,74,44); }
div.DivClassName
{
background-color: #D94A2C;
}
.BgClassName
{
background-color: #D94A2C;
}
</style>
border-color css
<style>
span { border-color: #D94A2C; }
span { border-color: rgb(217,74,44); }
td.TdClassName
{
border-color: #D94A2C;
}
.TagClassName
{
border-color: #D94A2C;
}
</style>