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