Shades of Cinnabar #DF312B
Tints of Cinnabar #DF312B
RGB
CMYK
RGB Variations
Color information
#DF312B (or 0xDF312B) is known color: Cinnabar. HEX triplet: DF, 31 and 2B. RGB value is (223,49,43). Sum of RGB (Red+Green+Blue) = 223+49+43=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312B is #20CED4. Grayscale: #646464. Windows color (decimal): -2150101 or 2830815. OLE color: 2830815.
HSL color Cylindrical-coordinate representation of color #DF312B: hue angle of 2º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF312B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 43 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.13 |
| HSL | 2º | 0.74% | 0.52% | - |
| HSV(B) | 2º | 0.81% | 0.87% | - |
| XYZ | 31.97 | 18.06 | 4.09 | - |
| YUV | 100.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 43 | 0 | 0.78 | 0.81 | 0.13 | 2 | 0.74 | 0.52 |
| Hex | DF | 31 | 2B | 0 | 4E | 51 | D | 2 | 4A | 34 |
| Octal | 337 | 61 | 53 | 0 | 116 | 121 | 15 | 2 | 112 | 64 |
| Binary | 11011111 | 110001 | 101011 | 0 | 1001110 | 1010001 | 1101 | 10 | 1001010 | 110100 |
Color Harmonies of #DF312B
Complementary color
Monochromatic Colors of #DF312B
Black with #DF312B
Text Example
Text Example
White with #DF312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF312B; }
p { color: rgb(223,49,43); }
H1.HeaderClassName
{
color: #DF312B;
}
.AnyTagClassName
{
color: #DF312B;
}
</style>
background-color css
<style>
a { background-color: #DF312B; }
a { background-color: rgb(223,49,43); }
div.DivClassName
{
background-color: #DF312B;
}
.BgClassName
{
background-color: #DF312B;
}
</style>
border-color css
<style>
span { border-color: #DF312B; }
span { border-color: rgb(223,49,43); }
td.TdClassName
{
border-color: #DF312B;
}
.TagClassName
{
border-color: #DF312B;
}
</style>