Shades of Cinnabar #D93A2F
Tints of Cinnabar #D93A2F
RGB
CMYK
RGB Variations
Color information
#D93A2F (or 0xD93A2F) is known color: Cinnabar. HEX triplet: D9, 3A and 2F. RGB value is (217,58,47). Sum of RGB (Red+Green+Blue) = 217+58+47=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A2F is #26C5D0. Grayscale: #686868. Windows color (decimal): -2541009 or 3095257. OLE color: 3095257.
HSL color Cylindrical-coordinate representation of color #D93A2F: hue angle of 3.88º 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 #D93A2F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.15 |
| HSL | 3.88º | 0.69% | 0.52% | - |
| HSV(B) | 3.88º | 0.78% | 0.85% | - |
| XYZ | 30.64 | 17.98 | 4.55 | - |
| YUV | 104.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 47 | 0 | 0.73 | 0.78 | 0.15 | 3.88 | 0.69 | 0.52 |
| Hex | D9 | 3A | 2F | 0 | 49 | 4E | F | 4 | 45 | 34 |
| Octal | 331 | 72 | 57 | 0 | 111 | 116 | 17 | 4 | 105 | 64 |
| Binary | 11011001 | 111010 | 101111 | 0 | 1001001 | 1001110 | 1111 | 100 | 1000101 | 110100 |
Color Harmonies of #D93A2F
Complementary color
Monochromatic Colors of #D93A2F
Black with #D93A2F
Text Example
Text Example
White with #D93A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A2F; }
p { color: rgb(217,58,47); }
H1.HeaderClassName
{
color: #D93A2F;
}
.AnyTagClassName
{
color: #D93A2F;
}
</style>
background-color css
<style>
a { background-color: #D93A2F; }
a { background-color: rgb(217,58,47); }
div.DivClassName
{
background-color: #D93A2F;
}
.BgClassName
{
background-color: #D93A2F;
}
</style>
border-color css
<style>
span { border-color: #D93A2F; }
span { border-color: rgb(217,58,47); }
td.TdClassName
{
border-color: #D93A2F;
}
.TagClassName
{
border-color: #D93A2F;
}
</style>