Shades of Cinnabar #D93B2B
Tints of Cinnabar #D93B2B
RGB
CMYK
RGB Variations
Color information
#D93B2B (or 0xD93B2B) is known color: Cinnabar. HEX triplet: D9, 3B and 2B. RGB value is (217,59,43). Sum of RGB (Red+Green+Blue) = 217+59+43=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B2B is #26C4D4. Grayscale: #686868. Windows color (decimal): -2540757 or 2833369. OLE color: 2833369.
HSL color Cylindrical-coordinate representation of color #D93B2B: hue angle of 5.52º 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 #D93B2B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 43 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.15 |
| HSL | 5.52º | 0.7% | 0.51% | - |
| HSV(B) | 5.52º | 0.8% | 0.85% | - |
| XYZ | 30.62 | 18.05 | 4.16 | - |
| YUV | 104.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 43 | 0 | 0.73 | 0.80 | 0.15 | 5.52 | 0.7 | 0.51 |
| Hex | D9 | 3B | 2B | 0 | 49 | 50 | F | 6 | 46 | 33 |
| Octal | 331 | 73 | 53 | 0 | 111 | 120 | 17 | 6 | 106 | 63 |
| Binary | 11011001 | 111011 | 101011 | 0 | 1001001 | 1010000 | 1111 | 110 | 1000110 | 110011 |
Color Harmonies of #D93B2B
Complementary color
Monochromatic Colors of #D93B2B
Black with #D93B2B
Text Example
Text Example
White with #D93B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B2B; }
p { color: rgb(217,59,43); }
H1.HeaderClassName
{
color: #D93B2B;
}
.AnyTagClassName
{
color: #D93B2B;
}
</style>
background-color css
<style>
a { background-color: #D93B2B; }
a { background-color: rgb(217,59,43); }
div.DivClassName
{
background-color: #D93B2B;
}
.BgClassName
{
background-color: #D93B2B;
}
</style>
border-color css
<style>
span { border-color: #D93B2B; }
span { border-color: rgb(217,59,43); }
td.TdClassName
{
border-color: #D93B2B;
}
.TagClassName
{
border-color: #D93B2B;
}
</style>