Shades of Cinnabar #D93F2C
Tints of Cinnabar #D93F2C
RGB
CMYK
RGB Variations
Color information
#D93F2C (or 0xD93F2C) is known color: Cinnabar. HEX triplet: D9, 3F and 2C. RGB value is (217,63,44). Sum of RGB (Red+Green+Blue) = 217+63+44=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F2C is #26C0D3. Grayscale: #6B6B6B. Windows color (decimal): -2539732 or 2899929. OLE color: 2899929.
HSL color Cylindrical-coordinate representation of color #D93F2C: hue angle of 6.59º 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 #D93F2C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 63 | 44 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.15 |
| HSL | 6.59º | 0.69% | 0.51% | - |
| HSV(B) | 6.59º | 0.8% | 0.85% | - |
| XYZ | 30.85 | 18.49 | 4.33 | - |
| YUV | 106.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 44 | 0 | 0.71 | 0.80 | 0.15 | 6.59 | 0.69 | 0.51 |
| Hex | D9 | 3F | 2C | 0 | 47 | 50 | F | 7 | 45 | 33 |
| Octal | 331 | 77 | 54 | 0 | 107 | 120 | 17 | 7 | 105 | 63 |
| Binary | 11011001 | 111111 | 101100 | 0 | 1000111 | 1010000 | 1111 | 111 | 1000101 | 110011 |
Color Harmonies of #D93F2C
Complementary color
Monochromatic Colors of #D93F2C
Black with #D93F2C
Text Example
Text Example
White with #D93F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93F2C; }
p { color: rgb(217,63,44); }
H1.HeaderClassName
{
color: #D93F2C;
}
.AnyTagClassName
{
color: #D93F2C;
}
</style>
background-color css
<style>
a { background-color: #D93F2C; }
a { background-color: rgb(217,63,44); }
div.DivClassName
{
background-color: #D93F2C;
}
.BgClassName
{
background-color: #D93F2C;
}
</style>
border-color css
<style>
span { border-color: #D93F2C; }
span { border-color: rgb(217,63,44); }
td.TdClassName
{
border-color: #D93F2C;
}
.TagClassName
{
border-color: #D93F2C;
}
</style>