Shades of Cinnabar #DF312C
Tints of Cinnabar #DF312C
RGB
CMYK
RGB Variations
Color information
#DF312C (or 0xDF312C) is known color: Cinnabar. HEX triplet: DF, 31 and 2C. RGB value is (223,49,44). Sum of RGB (Red+Green+Blue) = 223+49+44=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312C is #20CED3. Grayscale: #646464. Windows color (decimal): -2150100 or 2896351. OLE color: 2896351.
HSL color Cylindrical-coordinate representation of color #DF312C: hue angle of 1.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF312C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 44 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.13 |
| HSL | 1.68º | 0.74% | 0.52% | - |
| HSV(B) | 1.68º | 0.8% | 0.87% | - |
| XYZ | 31.98 | 18.07 | 4.18 | - |
| YUV | 100.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 44 | 0 | 0.78 | 0.80 | 0.13 | 1.68 | 0.74 | 0.52 |
| Hex | DF | 31 | 2C | 0 | 4E | 50 | D | 2 | 4A | 34 |
| Octal | 337 | 61 | 54 | 0 | 116 | 120 | 15 | 2 | 112 | 64 |
| Binary | 11011111 | 110001 | 101100 | 0 | 1001110 | 1010000 | 1101 | 10 | 1001010 | 110100 |
Color Harmonies of #DF312C
Complementary color
Monochromatic Colors of #DF312C
Black with #DF312C
Text Example
Text Example
White with #DF312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF312C; }
p { color: rgb(223,49,44); }
H1.HeaderClassName
{
color: #DF312C;
}
.AnyTagClassName
{
color: #DF312C;
}
</style>
background-color css
<style>
a { background-color: #DF312C; }
a { background-color: rgb(223,49,44); }
div.DivClassName
{
background-color: #DF312C;
}
.BgClassName
{
background-color: #DF312C;
}
</style>
border-color css
<style>
span { border-color: #DF312C; }
span { border-color: rgb(223,49,44); }
td.TdClassName
{
border-color: #DF312C;
}
.TagClassName
{
border-color: #DF312C;
}
</style>