Shades of Cinnabar #D93E2B
Tints of Cinnabar #D93E2B
RGB
CMYK
RGB Variations
Color information
#D93E2B (or 0xD93E2B) is known color: Cinnabar. HEX triplet: D9, 3E and 2B. RGB value is (217,62,43). Sum of RGB (Red+Green+Blue) = 217+62+43=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E2B is #26C1D4. Grayscale: #6A6A6A. Windows color (decimal): -2539989 or 2834137. OLE color: 2834137.
HSL color Cylindrical-coordinate representation of color #D93E2B: hue angle of 6.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D93E2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 43 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.15 |
| HSL | 6.55º | 0.7% | 0.51% | - |
| HSV(B) | 6.55º | 0.8% | 0.85% | - |
| XYZ | 30.77 | 18.37 | 4.21 | - |
| YUV | 106.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 43 | 0 | 0.71 | 0.80 | 0.15 | 6.55 | 0.7 | 0.51 |
| Hex | D9 | 3E | 2B | 0 | 47 | 50 | F | 7 | 46 | 33 |
| Octal | 331 | 76 | 53 | 0 | 107 | 120 | 17 | 7 | 106 | 63 |
| Binary | 11011001 | 111110 | 101011 | 0 | 1000111 | 1010000 | 1111 | 111 | 1000110 | 110011 |
Color Harmonies of #D93E2B
Complementary color
Monochromatic Colors of #D93E2B
Black with #D93E2B
Text Example
Text Example
White with #D93E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93E2B; }
p { color: rgb(217,62,43); }
H1.HeaderClassName
{
color: #D93E2B;
}
.AnyTagClassName
{
color: #D93E2B;
}
</style>
background-color css
<style>
a { background-color: #D93E2B; }
a { background-color: rgb(217,62,43); }
div.DivClassName
{
background-color: #D93E2B;
}
.BgClassName
{
background-color: #D93E2B;
}
</style>
border-color css
<style>
span { border-color: #D93E2B; }
span { border-color: rgb(217,62,43); }
td.TdClassName
{
border-color: #D93E2B;
}
.TagClassName
{
border-color: #D93E2B;
}
</style>