Shades of Cinnabar #D94436
Tints of Cinnabar #D94436
RGB
CMYK
RGB Variations
Color information
#D94436 (or 0xD94436) is known color: Cinnabar. HEX triplet: D9, 44 and 36. RGB value is (217,68,54). Sum of RGB (Red+Green+Blue) = 217+68+54=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94436 is #26BBC9. Grayscale: #6F6F6F. Windows color (decimal): -2538442 or 3556569. OLE color: 3556569.
HSL color Cylindrical-coordinate representation of color #D94436: hue angle of 5.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D94436 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 54 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.15 |
| HSL | 5.15º | 0.68% | 0.53% | - |
| HSV(B) | 5.15º | 0.75% | 0.85% | - |
| XYZ | 31.35 | 19.15 | 5.53 | - |
| YUV | 110.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 54 | 0 | 0.69 | 0.75 | 0.15 | 5.15 | 0.68 | 0.53 |
| Hex | D9 | 44 | 36 | 0 | 45 | 4B | F | 5 | 44 | 35 |
| Octal | 331 | 104 | 66 | 0 | 105 | 113 | 17 | 5 | 104 | 65 |
| Binary | 11011001 | 1000100 | 110110 | 0 | 1000101 | 1001011 | 1111 | 101 | 1000100 | 110101 |
Color Harmonies of #D94436
Complementary color
Monochromatic Colors of #D94436
Black with #D94436
Text Example
Text Example
White with #D94436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94436; }
p { color: rgb(217,68,54); }
H1.HeaderClassName
{
color: #D94436;
}
.AnyTagClassName
{
color: #D94436;
}
</style>
background-color css
<style>
a { background-color: #D94436; }
a { background-color: rgb(217,68,54); }
div.DivClassName
{
background-color: #D94436;
}
.BgClassName
{
background-color: #D94436;
}
</style>
border-color css
<style>
span { border-color: #D94436; }
span { border-color: rgb(217,68,54); }
td.TdClassName
{
border-color: #D94436;
}
.TagClassName
{
border-color: #D94436;
}
</style>