Shades of Cinnabar #DF422A
Tints of Cinnabar #DF422A
RGB
CMYK
RGB Variations
Color information
#DF422A (or 0xDF422A) is known color: Cinnabar. HEX triplet: DF, 42 and 2A. RGB value is (223,66,42). Sum of RGB (Red+Green+Blue) = 223+66+42=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF422A is #20BDD5. Grayscale: #6E6E6E. Windows color (decimal): -2145750 or 2769631. OLE color: 2769631.
HSL color Cylindrical-coordinate representation of color #DF422A: hue angle of 7.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF422A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 42 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.13 |
| HSL | 7.96º | 0.74% | 0.52% | - |
| HSV(B) | 7.96º | 0.81% | 0.87% | - |
| XYZ | 32.8 | 19.75 | 4.27 | - |
| YUV | 110.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 42 | 0 | 0.70 | 0.81 | 0.13 | 7.96 | 0.74 | 0.52 |
| Hex | DF | 42 | 2A | 0 | 46 | 51 | D | 8 | 4A | 34 |
| Octal | 337 | 102 | 52 | 0 | 106 | 121 | 15 | 10 | 112 | 64 |
| Binary | 11011111 | 1000010 | 101010 | 0 | 1000110 | 1010001 | 1101 | 1000 | 1001010 | 110100 |
Color Harmonies of #DF422A
Complementary color
Monochromatic Colors of #DF422A
Black with #DF422A
Text Example
Text Example
White with #DF422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF422A; }
p { color: rgb(223,66,42); }
H1.HeaderClassName
{
color: #DF422A;
}
.AnyTagClassName
{
color: #DF422A;
}
</style>
background-color css
<style>
a { background-color: #DF422A; }
a { background-color: rgb(223,66,42); }
div.DivClassName
{
background-color: #DF422A;
}
.BgClassName
{
background-color: #DF422A;
}
</style>
border-color css
<style>
span { border-color: #DF422A; }
span { border-color: rgb(223,66,42); }
td.TdClassName
{
border-color: #DF422A;
}
.TagClassName
{
border-color: #DF422A;
}
</style>