Shades of Cinnabar #D93934
Tints of Cinnabar #D93934
RGB
CMYK
RGB Variations
Color information
#D93934 (or 0xD93934) is known color: Cinnabar. HEX triplet: D9, 39 and 34. RGB value is (217,57,52). Sum of RGB (Red+Green+Blue) = 217+57+52=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D93934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93934 is #26C6CB. Grayscale: #686868. Windows color (decimal): -2541260 or 3422681. OLE color: 3422681.
HSL color Cylindrical-coordinate representation of color #D93934: hue angle of 1.82º 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 #D93934 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 52 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.15 |
| HSL | 1.82º | 0.68% | 0.53% | - |
| HSV(B) | 1.82º | 0.76% | 0.85% | - |
| XYZ | 30.7 | 17.93 | 5.09 | - |
| YUV | 104.27 | 98.51 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 52 | 0 | 0.74 | 0.76 | 0.15 | 1.82 | 0.68 | 0.53 |
| Hex | D9 | 39 | 34 | 0 | 4A | 4C | F | 2 | 44 | 35 |
| Octal | 331 | 71 | 64 | 0 | 112 | 114 | 17 | 2 | 104 | 65 |
| Binary | 11011001 | 111001 | 110100 | 0 | 1001010 | 1001100 | 1111 | 10 | 1000100 | 110101 |
Color Harmonies of #D93934
Complementary color
Monochromatic Colors of #D93934
Black with #D93934
Text Example
Text Example
White with #D93934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93934; }
p { color: rgb(217,57,52); }
H1.HeaderClassName
{
color: #D93934;
}
.AnyTagClassName
{
color: #D93934;
}
</style>
background-color css
<style>
a { background-color: #D93934; }
a { background-color: rgb(217,57,52); }
div.DivClassName
{
background-color: #D93934;
}
.BgClassName
{
background-color: #D93934;
}
</style>
border-color css
<style>
span { border-color: #D93934; }
span { border-color: rgb(217,57,52); }
td.TdClassName
{
border-color: #D93934;
}
.TagClassName
{
border-color: #D93934;
}
</style>