Shades of Cinnabar #DF452C
Tints of Cinnabar #DF452C
RGB
CMYK
RGB Variations
Color information
#DF452C (or 0xDF452C) is known color: Cinnabar. HEX triplet: DF, 45 and 2C. RGB value is (223,69,44). Sum of RGB (Red+Green+Blue) = 223+69+44=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF452C is #20BAD3. Grayscale: #707070. Windows color (decimal): -2144980 or 2901471. OLE color: 2901471.
HSL color Cylindrical-coordinate representation of color #DF452C: hue angle of 8.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF452C is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 44 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.13 |
| HSL | 8.38º | 0.74% | 0.52% | - |
| HSV(B) | 8.38º | 0.8% | 0.87% | - |
| XYZ | 33.01 | 20.13 | 4.53 | - |
| YUV | 112.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 44 | 0 | 0.69 | 0.80 | 0.13 | 8.38 | 0.74 | 0.52 |
| Hex | DF | 45 | 2C | 0 | 45 | 50 | D | 8 | 4A | 34 |
| Octal | 337 | 105 | 54 | 0 | 105 | 120 | 15 | 10 | 112 | 64 |
| Binary | 11011111 | 1000101 | 101100 | 0 | 1000101 | 1010000 | 1101 | 1000 | 1001010 | 110100 |
Color Harmonies of #DF452C
Complementary color
Monochromatic Colors of #DF452C
Black with #DF452C
Text Example
Text Example
White with #DF452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF452C; }
p { color: rgb(223,69,44); }
H1.HeaderClassName
{
color: #DF452C;
}
.AnyTagClassName
{
color: #DF452C;
}
</style>
background-color css
<style>
a { background-color: #DF452C; }
a { background-color: rgb(223,69,44); }
div.DivClassName
{
background-color: #DF452C;
}
.BgClassName
{
background-color: #DF452C;
}
</style>
border-color css
<style>
span { border-color: #DF452C; }
span { border-color: rgb(223,69,44); }
td.TdClassName
{
border-color: #DF452C;
}
.TagClassName
{
border-color: #DF452C;
}
</style>