Shades of Cinnabar #D93D2C
Tints of Cinnabar #D93D2C
RGB
CMYK
RGB Variations
Color information
#D93D2C (or 0xD93D2C) is known color: Cinnabar. HEX triplet: D9, 3D and 2C. RGB value is (217,61,44). Sum of RGB (Red+Green+Blue) = 217+61+44=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D2C is #26C2D3. Grayscale: #696969. Windows color (decimal): -2540244 or 2899417. OLE color: 2899417.
HSL color Cylindrical-coordinate representation of color #D93D2C: hue angle of 5.9º 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 #D93D2C is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 44 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.15 |
| HSL | 5.9º | 0.69% | 0.51% | - |
| HSV(B) | 5.9º | 0.8% | 0.85% | - |
| XYZ | 30.74 | 18.27 | 4.29 | - |
| YUV | 105.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 44 | 0 | 0.72 | 0.80 | 0.15 | 5.9 | 0.69 | 0.51 |
| Hex | D9 | 3D | 2C | 0 | 48 | 50 | F | 6 | 45 | 33 |
| Octal | 331 | 75 | 54 | 0 | 110 | 120 | 17 | 6 | 105 | 63 |
| Binary | 11011001 | 111101 | 101100 | 0 | 1001000 | 1010000 | 1111 | 110 | 1000101 | 110011 |
Color Harmonies of #D93D2C
Complementary color
Monochromatic Colors of #D93D2C
Black with #D93D2C
Text Example
Text Example
White with #D93D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D2C; }
p { color: rgb(217,61,44); }
H1.HeaderClassName
{
color: #D93D2C;
}
.AnyTagClassName
{
color: #D93D2C;
}
</style>
background-color css
<style>
a { background-color: #D93D2C; }
a { background-color: rgb(217,61,44); }
div.DivClassName
{
background-color: #D93D2C;
}
.BgClassName
{
background-color: #D93D2C;
}
</style>
border-color css
<style>
span { border-color: #D93D2C; }
span { border-color: rgb(217,61,44); }
td.TdClassName
{
border-color: #D93D2C;
}
.TagClassName
{
border-color: #D93D2C;
}
</style>