Shades of Cinnabar #D94D2D
Tints of Cinnabar #D94D2D
RGB
CMYK
RGB Variations
Color information
#D94D2D (or 0xD94D2D) is known color: Cinnabar. HEX triplet: D9, 4D and 2D. RGB value is (217,77,45). Sum of RGB (Red+Green+Blue) = 217+77+45=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D2D is #26B2D2. Grayscale: #737373. Windows color (decimal): -2536147 or 2969049. OLE color: 2969049.
HSL color Cylindrical-coordinate representation of color #D94D2D: hue angle of 11.16º 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 #D94D2D is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 45 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.15 |
| HSL | 11.16º | 0.69% | 0.51% | - |
| HSV(B) | 11.16º | 0.79% | 0.85% | - |
| XYZ | 31.74 | 20.25 | 4.72 | - |
| YUV | 115.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 45 | 0 | 0.65 | 0.79 | 0.15 | 11.16 | 0.69 | 0.51 |
| Hex | D9 | 4D | 2D | 0 | 41 | 4F | F | B | 45 | 33 |
| Octal | 331 | 115 | 55 | 0 | 101 | 117 | 17 | 13 | 105 | 63 |
| Binary | 11011001 | 1001101 | 101101 | 0 | 1000001 | 1001111 | 1111 | 1011 | 1000101 | 110011 |
Color Harmonies of #D94D2D
Complementary color
Monochromatic Colors of #D94D2D
Black with #D94D2D
Text Example
Text Example
White with #D94D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D2D; }
p { color: rgb(217,77,45); }
H1.HeaderClassName
{
color: #D94D2D;
}
.AnyTagClassName
{
color: #D94D2D;
}
</style>
background-color css
<style>
a { background-color: #D94D2D; }
a { background-color: rgb(217,77,45); }
div.DivClassName
{
background-color: #D94D2D;
}
.BgClassName
{
background-color: #D94D2D;
}
</style>
border-color css
<style>
span { border-color: #D94D2D; }
span { border-color: rgb(217,77,45); }
td.TdClassName
{
border-color: #D94D2D;
}
.TagClassName
{
border-color: #D94D2D;
}
</style>