Shades of Cinnabar #D94334
Tints of Cinnabar #D94334
RGB
CMYK
RGB Variations
Color information
#D94334 (or 0xD94334) is known color: Cinnabar. HEX triplet: D9, 43 and 34. RGB value is (217,67,52). Sum of RGB (Red+Green+Blue) = 217+67+52=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D94334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94334 is #26BCCB. Grayscale: #6E6E6E. Windows color (decimal): -2538700 or 3425241. OLE color: 3425241.
HSL color Cylindrical-coordinate representation of color #D94334: hue angle of 5.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D94334 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.15 |
| HSL | 5.45º | 0.68% | 0.53% | - |
| HSV(B) | 5.45º | 0.76% | 0.85% | - |
| XYZ | 31.24 | 19.01 | 5.27 | - |
| YUV | 110.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 52 | 0 | 0.69 | 0.76 | 0.15 | 5.45 | 0.68 | 0.53 |
| Hex | D9 | 43 | 34 | 0 | 45 | 4C | F | 5 | 44 | 35 |
| Octal | 331 | 103 | 64 | 0 | 105 | 114 | 17 | 5 | 104 | 65 |
| Binary | 11011001 | 1000011 | 110100 | 0 | 1000101 | 1001100 | 1111 | 101 | 1000100 | 110101 |
Color Harmonies of #D94334
Complementary color
Monochromatic Colors of #D94334
Black with #D94334
Text Example
Text Example
White with #D94334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94334; }
p { color: rgb(217,67,52); }
H1.HeaderClassName
{
color: #D94334;
}
.AnyTagClassName
{
color: #D94334;
}
</style>
background-color css
<style>
a { background-color: #D94334; }
a { background-color: rgb(217,67,52); }
div.DivClassName
{
background-color: #D94334;
}
.BgClassName
{
background-color: #D94334;
}
</style>
border-color css
<style>
span { border-color: #D94334; }
span { border-color: rgb(217,67,52); }
td.TdClassName
{
border-color: #D94334;
}
.TagClassName
{
border-color: #D94334;
}
</style>