Shades of Cinnabar #DF412D
Tints of Cinnabar #DF412D
RGB
CMYK
RGB Variations
Color information
#DF412D (or 0xDF412D) is known color: Cinnabar. HEX triplet: DF, 41 and 2D. RGB value is (223,65,45). Sum of RGB (Red+Green+Blue) = 223+65+45=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF412D is #20BED2. Grayscale: #6E6E6E. Windows color (decimal): -2146003 or 2965983. OLE color: 2965983.
HSL color Cylindrical-coordinate representation of color #DF412D: hue angle of 6.74º 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 #DF412D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 45 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.13 |
| HSL | 6.74º | 0.74% | 0.53% | - |
| HSV(B) | 6.74º | 0.8% | 0.87% | - |
| XYZ | 32.8 | 19.66 | 4.55 | - |
| YUV | 109.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 45 | 0 | 0.71 | 0.80 | 0.13 | 6.74 | 0.74 | 0.53 |
| Hex | DF | 41 | 2D | 0 | 47 | 50 | D | 7 | 4A | 35 |
| Octal | 337 | 101 | 55 | 0 | 107 | 120 | 15 | 7 | 112 | 65 |
| Binary | 11011111 | 1000001 | 101101 | 0 | 1000111 | 1010000 | 1101 | 111 | 1001010 | 110101 |
Color Harmonies of #DF412D
Complementary color
Monochromatic Colors of #DF412D
Black with #DF412D
Text Example
Text Example
White with #DF412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF412D; }
p { color: rgb(223,65,45); }
H1.HeaderClassName
{
color: #DF412D;
}
.AnyTagClassName
{
color: #DF412D;
}
</style>
background-color css
<style>
a { background-color: #DF412D; }
a { background-color: rgb(223,65,45); }
div.DivClassName
{
background-color: #DF412D;
}
.BgClassName
{
background-color: #DF412D;
}
</style>
border-color css
<style>
span { border-color: #DF412D; }
span { border-color: rgb(223,65,45); }
td.TdClassName
{
border-color: #DF412D;
}
.TagClassName
{
border-color: #DF412D;
}
</style>