Shades of Cinnabar #D94A2D
Tints of Cinnabar #D94A2D
RGB
CMYK
RGB Variations
Color information
#D94A2D (or 0xD94A2D) is known color: Cinnabar. HEX triplet: D9, 4A and 2D. RGB value is (217,74,45). Sum of RGB (Red+Green+Blue) = 217+74+45=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A2D is #26B5D2. Grayscale: #717171. Windows color (decimal): -2536915 or 2968281. OLE color: 2968281.
HSL color Cylindrical-coordinate representation of color #D94A2D: hue angle of 10.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D94A2D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 45 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.15 |
| HSL | 10.12º | 0.69% | 0.51% | - |
| HSV(B) | 10.12º | 0.79% | 0.85% | - |
| XYZ | 31.54 | 19.84 | 4.65 | - |
| YUV | 113.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 45 | 0 | 0.66 | 0.79 | 0.15 | 10.12 | 0.69 | 0.51 |
| Hex | D9 | 4A | 2D | 0 | 42 | 4F | F | A | 45 | 33 |
| Octal | 331 | 112 | 55 | 0 | 102 | 117 | 17 | 12 | 105 | 63 |
| Binary | 11011001 | 1001010 | 101101 | 0 | 1000010 | 1001111 | 1111 | 1010 | 1000101 | 110011 |
Color Harmonies of #D94A2D
Complementary color
Monochromatic Colors of #D94A2D
Black with #D94A2D
Text Example
Text Example
White with #D94A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A2D; }
p { color: rgb(217,74,45); }
H1.HeaderClassName
{
color: #D94A2D;
}
.AnyTagClassName
{
color: #D94A2D;
}
</style>
background-color css
<style>
a { background-color: #D94A2D; }
a { background-color: rgb(217,74,45); }
div.DivClassName
{
background-color: #D94A2D;
}
.BgClassName
{
background-color: #D94A2D;
}
</style>
border-color css
<style>
span { border-color: #D94A2D; }
span { border-color: rgb(217,74,45); }
td.TdClassName
{
border-color: #D94A2D;
}
.TagClassName
{
border-color: #D94A2D;
}
</style>