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