Shades of Cinnabar #DF312D
Tints of Cinnabar #DF312D
RGB
CMYK
RGB Variations
Color information
#DF312D (or 0xDF312D) is known color: Cinnabar. HEX triplet: DF, 31 and 2D. RGB value is (223,49,45). Sum of RGB (Red+Green+Blue) = 223+49+45=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF312D is #20CED2. Grayscale: #646464. Windows color (decimal): -2150099 or 2961887. OLE color: 2961887.
HSL color Cylindrical-coordinate representation of color #DF312D: hue angle of 1.35º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF312D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 45 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.13 |
| HSL | 1.35º | 0.74% | 0.53% | - |
| HSV(B) | 1.35º | 0.8% | 0.87% | - |
| XYZ | 32 | 18.07 | 4.28 | - |
| YUV | 100.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 45 | 0 | 0.78 | 0.80 | 0.13 | 1.35 | 0.74 | 0.53 |
| Hex | DF | 31 | 2D | 0 | 4E | 50 | D | 1 | 4A | 35 |
| Octal | 337 | 61 | 55 | 0 | 116 | 120 | 15 | 1 | 112 | 65 |
| Binary | 11011111 | 110001 | 101101 | 0 | 1001110 | 1010000 | 1101 | 1 | 1001010 | 110101 |
Color Harmonies of #DF312D
Complementary color
Monochromatic Colors of #DF312D
Black with #DF312D
Text Example
Text Example
White with #DF312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF312D; }
p { color: rgb(223,49,45); }
H1.HeaderClassName
{
color: #DF312D;
}
.AnyTagClassName
{
color: #DF312D;
}
</style>
background-color css
<style>
a { background-color: #DF312D; }
a { background-color: rgb(223,49,45); }
div.DivClassName
{
background-color: #DF312D;
}
.BgClassName
{
background-color: #DF312D;
}
</style>
border-color css
<style>
span { border-color: #DF312D; }
span { border-color: rgb(223,49,45); }
td.TdClassName
{
border-color: #DF312D;
}
.TagClassName
{
border-color: #DF312D;
}
</style>