Shades of Cinnabar #DF422D
Tints of Cinnabar #DF422D
RGB
CMYK
RGB Variations
Color information
#DF422D (or 0xDF422D) is known color: Cinnabar. HEX triplet: DF, 42 and 2D. RGB value is (223,66,45). Sum of RGB (Red+Green+Blue) = 223+66+45=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF422D is #20BDD2. Grayscale: #6E6E6E. Windows color (decimal): -2145747 or 2966239. OLE color: 2966239.
HSL color Cylindrical-coordinate representation of color #DF422D: hue angle of 7.08º 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 #DF422D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 45 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.13 |
| HSL | 7.08º | 0.74% | 0.53% | - |
| HSV(B) | 7.08º | 0.8% | 0.87% | - |
| XYZ | 32.85 | 19.77 | 4.57 | - |
| YUV | 110.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 45 | 0 | 0.70 | 0.80 | 0.13 | 7.08 | 0.74 | 0.53 |
| Hex | DF | 42 | 2D | 0 | 46 | 50 | D | 7 | 4A | 35 |
| Octal | 337 | 102 | 55 | 0 | 106 | 120 | 15 | 7 | 112 | 65 |
| Binary | 11011111 | 1000010 | 101101 | 0 | 1000110 | 1010000 | 1101 | 111 | 1001010 | 110101 |
Color Harmonies of #DF422D
Complementary color
Monochromatic Colors of #DF422D
Black with #DF422D
Text Example
Text Example
White with #DF422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF422D; }
p { color: rgb(223,66,45); }
H1.HeaderClassName
{
color: #DF422D;
}
.AnyTagClassName
{
color: #DF422D;
}
</style>
background-color css
<style>
a { background-color: #DF422D; }
a { background-color: rgb(223,66,45); }
div.DivClassName
{
background-color: #DF422D;
}
.BgClassName
{
background-color: #DF422D;
}
</style>
border-color css
<style>
span { border-color: #DF422D; }
span { border-color: rgb(223,66,45); }
td.TdClassName
{
border-color: #DF422D;
}
.TagClassName
{
border-color: #DF422D;
}
</style>