Shades of Cinnabar #D94740
Tints of Cinnabar #D94740
RGB
CMYK
RGB Variations
Color information
#D94740 (or 0xD94740) is known color: Cinnabar. HEX triplet: D9, 47 and 40. RGB value is (217,71,64). Sum of RGB (Red+Green+Blue) = 217+71+64=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D94740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94740 is #26B8BF. Grayscale: #727272. Windows color (decimal): -2537664 or 4212697. OLE color: 4212697.
HSL color Cylindrical-coordinate representation of color #D94740: hue angle of 2.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94740 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 64 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.15 |
| HSL | 2.75º | 0.67% | 0.55% | - |
| HSV(B) | 2.75º | 0.71% | 0.85% | - |
| XYZ | 31.79 | 19.63 | 6.96 | - |
| YUV | 113.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 64 | 0 | 0.67 | 0.71 | 0.15 | 2.75 | 0.67 | 0.55 |
| Hex | D9 | 47 | 40 | 0 | 43 | 47 | F | 3 | 43 | 37 |
| Octal | 331 | 107 | 100 | 0 | 103 | 107 | 17 | 3 | 103 | 67 |
| Binary | 11011001 | 1000111 | 1000000 | 0 | 1000011 | 1000111 | 1111 | 11 | 1000011 | 110111 |
Color Harmonies of #D94740
Complementary color
Monochromatic Colors of #D94740
Black with #D94740
Text Example
Text Example
White with #D94740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94740; }
p { color: rgb(217,71,64); }
H1.HeaderClassName
{
color: #D94740;
}
.AnyTagClassName
{
color: #D94740;
}
</style>
background-color css
<style>
a { background-color: #D94740; }
a { background-color: rgb(217,71,64); }
div.DivClassName
{
background-color: #D94740;
}
.BgClassName
{
background-color: #D94740;
}
</style>
border-color css
<style>
span { border-color: #D94740; }
span { border-color: rgb(217,71,64); }
td.TdClassName
{
border-color: #D94740;
}
.TagClassName
{
border-color: #D94740;
}
</style>