Shades of Cinnabar #DF442E
Tints of Cinnabar #DF442E
RGB
CMYK
RGB Variations
Color information
#DF442E (or 0xDF442E) is known color: Cinnabar. HEX triplet: DF, 44 and 2E. RGB value is (223,68,46). Sum of RGB (Red+Green+Blue) = 223+68+46=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF442E is #20BBD1. Grayscale: #707070. Windows color (decimal): -2145234 or 3032287. OLE color: 3032287.
HSL color Cylindrical-coordinate representation of color #DF442E: hue angle of 7.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF442E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 46 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.13 |
| HSL | 7.46º | 0.73% | 0.53% | - |
| HSV(B) | 7.46º | 0.79% | 0.87% | - |
| XYZ | 32.99 | 20.02 | 4.71 | - |
| YUV | 111.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 46 | 0 | 0.70 | 0.79 | 0.13 | 7.46 | 0.73 | 0.53 |
| Hex | DF | 44 | 2E | 0 | 46 | 4F | D | 7 | 49 | 35 |
| Octal | 337 | 104 | 56 | 0 | 106 | 117 | 15 | 7 | 111 | 65 |
| Binary | 11011111 | 1000100 | 101110 | 0 | 1000110 | 1001111 | 1101 | 111 | 1001001 | 110101 |
Color Harmonies of #DF442E
Complementary color
Monochromatic Colors of #DF442E
Black with #DF442E
Text Example
Text Example
White with #DF442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF442E; }
p { color: rgb(223,68,46); }
H1.HeaderClassName
{
color: #DF442E;
}
.AnyTagClassName
{
color: #DF442E;
}
</style>
background-color css
<style>
a { background-color: #DF442E; }
a { background-color: rgb(223,68,46); }
div.DivClassName
{
background-color: #DF442E;
}
.BgClassName
{
background-color: #DF442E;
}
</style>
border-color css
<style>
span { border-color: #DF442E; }
span { border-color: rgb(223,68,46); }
td.TdClassName
{
border-color: #DF442E;
}
.TagClassName
{
border-color: #DF442E;
}
</style>