Shades of Cinnabar #D93A2A
Tints of Cinnabar #D93A2A
RGB
CMYK
RGB Variations
Color information
#D93A2A (or 0xD93A2A) is known color: Cinnabar. HEX triplet: D9, 3A and 2A. RGB value is (217,58,42). Sum of RGB (Red+Green+Blue) = 217+58+42=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A2A is #26C5D5. Grayscale: #676767. Windows color (decimal): -2541014 or 2767577. OLE color: 2767577.
HSL color Cylindrical-coordinate representation of color #D93A2A: hue angle of 5.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D93A2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 58 | 42 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.15 |
| HSL | 5.49º | 0.7% | 0.51% | - |
| HSV(B) | 5.49º | 0.81% | 0.85% | - |
| XYZ | 30.55 | 17.94 | 4.04 | - |
| YUV | 103.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 58 | 42 | 0 | 0.73 | 0.81 | 0.15 | 5.49 | 0.7 | 0.51 |
| Hex | D9 | 3A | 2A | 0 | 49 | 51 | F | 5 | 46 | 33 |
| Octal | 331 | 72 | 52 | 0 | 111 | 121 | 17 | 5 | 106 | 63 |
| Binary | 11011001 | 111010 | 101010 | 0 | 1001001 | 1010001 | 1111 | 101 | 1000110 | 110011 |
Color Harmonies of #D93A2A
Complementary color
Monochromatic Colors of #D93A2A
Black with #D93A2A
Text Example
Text Example
White with #D93A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93A2A; }
p { color: rgb(217,58,42); }
H1.HeaderClassName
{
color: #D93A2A;
}
.AnyTagClassName
{
color: #D93A2A;
}
</style>
background-color css
<style>
a { background-color: #D93A2A; }
a { background-color: rgb(217,58,42); }
div.DivClassName
{
background-color: #D93A2A;
}
.BgClassName
{
background-color: #D93A2A;
}
</style>
border-color css
<style>
span { border-color: #D93A2A; }
span { border-color: rgb(217,58,42); }
td.TdClassName
{
border-color: #D93A2A;
}
.TagClassName
{
border-color: #D93A2A;
}
</style>