Shades of Cinnabar #DF422E
Tints of Cinnabar #DF422E
RGB
CMYK
RGB Variations
Color information
#DF422E (or 0xDF422E) is known color: Cinnabar. HEX triplet: DF, 42 and 2E. RGB value is (223,66,46). Sum of RGB (Red+Green+Blue) = 223+66+46=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF422E is #20BDD1. Grayscale: #6E6E6E. Windows color (decimal): -2145746 or 3031775. OLE color: 3031775.
HSL color Cylindrical-coordinate representation of color #DF422E: hue angle of 6.78º 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 #DF422E is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 46 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.13 |
| HSL | 6.78º | 0.73% | 0.53% | - |
| HSV(B) | 6.78º | 0.79% | 0.87% | - |
| XYZ | 32.87 | 19.78 | 4.67 | - |
| YUV | 110.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 46 | 0 | 0.70 | 0.79 | 0.13 | 6.78 | 0.73 | 0.53 |
| Hex | DF | 42 | 2E | 0 | 46 | 4F | D | 7 | 49 | 35 |
| Octal | 337 | 102 | 56 | 0 | 106 | 117 | 15 | 7 | 111 | 65 |
| Binary | 11011111 | 1000010 | 101110 | 0 | 1000110 | 1001111 | 1101 | 111 | 1001001 | 110101 |
Color Harmonies of #DF422E
Complementary color
Monochromatic Colors of #DF422E
Black with #DF422E
Text Example
Text Example
White with #DF422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF422E; }
p { color: rgb(223,66,46); }
H1.HeaderClassName
{
color: #DF422E;
}
.AnyTagClassName
{
color: #DF422E;
}
</style>
background-color css
<style>
a { background-color: #DF422E; }
a { background-color: rgb(223,66,46); }
div.DivClassName
{
background-color: #DF422E;
}
.BgClassName
{
background-color: #DF422E;
}
</style>
border-color css
<style>
span { border-color: #DF422E; }
span { border-color: rgb(223,66,46); }
td.TdClassName
{
border-color: #DF422E;
}
.TagClassName
{
border-color: #DF422E;
}
</style>