Shades of Cinnabar #DF462A
Tints of Cinnabar #DF462A
RGB
CMYK
RGB Variations
Color information
#DF462A (or 0xDF462A) is known color: Cinnabar. HEX triplet: DF, 46 and 2A. RGB value is (223,70,42). Sum of RGB (Red+Green+Blue) = 223+70+42=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF462A is #20B9D5. Grayscale: #707070. Windows color (decimal): -2144726 or 2770655. OLE color: 2770655.
HSL color Cylindrical-coordinate representation of color #DF462A: hue angle of 9.28º 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 #DF462A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.13 |
| HSL | 9.28º | 0.74% | 0.52% | - |
| HSV(B) | 9.28º | 0.81% | 0.87% | - |
| XYZ | 33.04 | 20.24 | 4.35 | - |
| YUV | 112.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 42 | 0 | 0.69 | 0.81 | 0.13 | 9.28 | 0.74 | 0.52 |
| Hex | DF | 46 | 2A | 0 | 45 | 51 | D | 9 | 4A | 34 |
| Octal | 337 | 106 | 52 | 0 | 105 | 121 | 15 | 11 | 112 | 64 |
| Binary | 11011111 | 1000110 | 101010 | 0 | 1000101 | 1010001 | 1101 | 1001 | 1001010 | 110100 |
Color Harmonies of #DF462A
Complementary color
Monochromatic Colors of #DF462A
Black with #DF462A
Text Example
Text Example
White with #DF462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF462A; }
p { color: rgb(223,70,42); }
H1.HeaderClassName
{
color: #DF462A;
}
.AnyTagClassName
{
color: #DF462A;
}
</style>
background-color css
<style>
a { background-color: #DF462A; }
a { background-color: rgb(223,70,42); }
div.DivClassName
{
background-color: #DF462A;
}
.BgClassName
{
background-color: #DF462A;
}
</style>
border-color css
<style>
span { border-color: #DF462A; }
span { border-color: rgb(223,70,42); }
td.TdClassName
{
border-color: #DF462A;
}
.TagClassName
{
border-color: #DF462A;
}
</style>