Shades of Cinnabar #D93B2C
Tints of Cinnabar #D93B2C
RGB
CMYK
RGB Variations
Color information
#D93B2C (or 0xD93B2C) is known color: Cinnabar. HEX triplet: D9, 3B and 2C. RGB value is (217,59,44). Sum of RGB (Red+Green+Blue) = 217+59+44=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B2C is #26C4D3. Grayscale: #686868. Windows color (decimal): -2540756 or 2898905. OLE color: 2898905.
HSL color Cylindrical-coordinate representation of color #D93B2C: hue angle of 5.2º degrees, saturation: 0.69, 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 #D93B2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.15 |
| HSL | 5.2º | 0.69% | 0.51% | - |
| HSV(B) | 5.2º | 0.8% | 0.85% | - |
| XYZ | 30.63 | 18.06 | 4.25 | - |
| YUV | 104.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 44 | 0 | 0.73 | 0.80 | 0.15 | 5.2 | 0.69 | 0.51 |
| Hex | D9 | 3B | 2C | 0 | 49 | 50 | F | 5 | 45 | 33 |
| Octal | 331 | 73 | 54 | 0 | 111 | 120 | 17 | 5 | 105 | 63 |
| Binary | 11011001 | 111011 | 101100 | 0 | 1001001 | 1010000 | 1111 | 101 | 1000101 | 110011 |
Color Harmonies of #D93B2C
Complementary color
Monochromatic Colors of #D93B2C
Black with #D93B2C
Text Example
Text Example
White with #D93B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93B2C; }
p { color: rgb(217,59,44); }
H1.HeaderClassName
{
color: #D93B2C;
}
.AnyTagClassName
{
color: #D93B2C;
}
</style>
background-color css
<style>
a { background-color: #D93B2C; }
a { background-color: rgb(217,59,44); }
div.DivClassName
{
background-color: #D93B2C;
}
.BgClassName
{
background-color: #D93B2C;
}
</style>
border-color css
<style>
span { border-color: #D93B2C; }
span { border-color: rgb(217,59,44); }
td.TdClassName
{
border-color: #D93B2C;
}
.TagClassName
{
border-color: #D93B2C;
}
</style>