Shades of Cinnabar #D93E2F
Tints of Cinnabar #D93E2F
RGB
CMYK
RGB Variations
Color information
#D93E2F (or 0xD93E2F) is known color: Cinnabar. HEX triplet: D9, 3E and 2F. RGB value is (217,62,47). Sum of RGB (Red+Green+Blue) = 217+62+47=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E2F is #26C1D0. Grayscale: #6A6A6A. Windows color (decimal): -2539985 or 3096281. OLE color: 3096281.
HSL color Cylindrical-coordinate representation of color #D93E2F: hue angle of 5.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93E2F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 47 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.15 |
| HSL | 5.29º | 0.69% | 0.52% | - |
| HSV(B) | 5.29º | 0.78% | 0.85% | - |
| XYZ | 30.85 | 18.4 | 4.62 | - |
| YUV | 106.64 | 94.35 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 47 | 0 | 0.71 | 0.78 | 0.15 | 5.29 | 0.69 | 0.52 |
| Hex | D9 | 3E | 2F | 0 | 47 | 4E | F | 5 | 45 | 34 |
| Octal | 331 | 76 | 57 | 0 | 107 | 116 | 17 | 5 | 105 | 64 |
| Binary | 11011001 | 111110 | 101111 | 0 | 1000111 | 1001110 | 1111 | 101 | 1000101 | 110100 |
Color Harmonies of #D93E2F
Complementary color
Monochromatic Colors of #D93E2F
Black with #D93E2F
Text Example
Text Example
White with #D93E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E2F; }
p { color: rgb(217,62,47); }
H1.HeaderClassName
{
color: #D93E2F;
}
.AnyTagClassName
{
color: #D93E2F;
}
</style>
background-color css
<style>
a { background-color: #D93E2F; }
a { background-color: rgb(217,62,47); }
div.DivClassName
{
background-color: #D93E2F;
}
.BgClassName
{
background-color: #D93E2F;
}
</style>
border-color css
<style>
span { border-color: #D93E2F; }
span { border-color: rgb(217,62,47); }
td.TdClassName
{
border-color: #D93E2F;
}
.TagClassName
{
border-color: #D93E2F;
}
</style>