Shades of Cinnabar #D93E23
Tints of Cinnabar #D93E23
RGB
CMYK
RGB Variations
Color information
#D93E23 (or 0xD93E23) is known color: Cinnabar. HEX triplet: D9, 3E and 23. RGB value is (217,62,35). Sum of RGB (Red+Green+Blue) = 217+62+35=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E23 is #26C1DC. Grayscale: #696969. Windows color (decimal): -2539997 or 2309849. OLE color: 2309849.
HSL color Cylindrical-coordinate representation of color #D93E23: hue angle of 8.9º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D93E23 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.15 |
| HSL | 8.9º | 0.72% | 0.49% | - |
| HSV(B) | 8.9º | 0.84% | 0.85% | - |
| XYZ | 30.64 | 18.32 | 3.51 | - |
| YUV | 105.27 | 88.35 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 35 | 0 | 0.71 | 0.84 | 0.15 | 8.9 | 0.72 | 0.49 |
| Hex | D9 | 3E | 23 | 0 | 47 | 54 | F | 9 | 48 | 31 |
| Octal | 331 | 76 | 43 | 0 | 107 | 124 | 17 | 11 | 110 | 61 |
| Binary | 11011001 | 111110 | 100011 | 0 | 1000111 | 1010100 | 1111 | 1001 | 1001000 | 110001 |
Color Harmonies of #D93E23
Complementary color
Monochromatic Colors of #D93E23
Black with #D93E23
Text Example
Text Example
White with #D93E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E23; }
p { color: rgb(217,62,35); }
H1.HeaderClassName
{
color: #D93E23;
}
.AnyTagClassName
{
color: #D93E23;
}
</style>
background-color css
<style>
a { background-color: #D93E23; }
a { background-color: rgb(217,62,35); }
div.DivClassName
{
background-color: #D93E23;
}
.BgClassName
{
background-color: #D93E23;
}
</style>
border-color css
<style>
span { border-color: #D93E23; }
span { border-color: rgb(217,62,35); }
td.TdClassName
{
border-color: #D93E23;
}
.TagClassName
{
border-color: #D93E23;
}
</style>