Shades of Cinnabar #D93933
Tints of Cinnabar #D93933
RGB
CMYK
RGB Variations
Color information
#D93933 (or 0xD93933) is known color: Cinnabar. HEX triplet: D9, 39 and 33. RGB value is (217,57,51). Sum of RGB (Red+Green+Blue) = 217+57+51=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93933 is #26C6CC. Grayscale: #686868. Windows color (decimal): -2541261 or 3357145. OLE color: 3357145.
HSL color Cylindrical-coordinate representation of color #D93933: hue angle of 2.17º degrees, saturation: 0.69, 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 #D93933 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 51 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.15 |
| HSL | 2.17º | 0.69% | 0.53% | - |
| HSV(B) | 2.17º | 0.76% | 0.85% | - |
| XYZ | 30.68 | 17.92 | 4.97 | - |
| YUV | 104.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 51 | 0 | 0.74 | 0.76 | 0.15 | 2.17 | 0.69 | 0.53 |
| Hex | D9 | 39 | 33 | 0 | 4A | 4C | F | 2 | 45 | 35 |
| Octal | 331 | 71 | 63 | 0 | 112 | 114 | 17 | 2 | 105 | 65 |
| Binary | 11011001 | 111001 | 110011 | 0 | 1001010 | 1001100 | 1111 | 10 | 1000101 | 110101 |
Color Harmonies of #D93933
Complementary color
Monochromatic Colors of #D93933
Black with #D93933
Text Example
Text Example
White with #D93933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93933; }
p { color: rgb(217,57,51); }
H1.HeaderClassName
{
color: #D93933;
}
.AnyTagClassName
{
color: #D93933;
}
</style>
background-color css
<style>
a { background-color: #D93933; }
a { background-color: rgb(217,57,51); }
div.DivClassName
{
background-color: #D93933;
}
.BgClassName
{
background-color: #D93933;
}
</style>
border-color css
<style>
span { border-color: #D93933; }
span { border-color: rgb(217,57,51); }
td.TdClassName
{
border-color: #D93933;
}
.TagClassName
{
border-color: #D93933;
}
</style>