Shades of Cinnabar #DF452F
Tints of Cinnabar #DF452F
RGB
CMYK
RGB Variations
Color information
#DF452F (or 0xDF452F) is known color: Cinnabar. HEX triplet: DF, 45 and 2F. RGB value is (223,69,47). Sum of RGB (Red+Green+Blue) = 223+69+47=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF452F is #20BAD0. Grayscale: #707070. Windows color (decimal): -2144977 or 3098079. OLE color: 3098079.
HSL color Cylindrical-coordinate representation of color #DF452F: hue angle of 7.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF452F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 47 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.13 |
| HSL | 7.5º | 0.73% | 0.53% | - |
| HSV(B) | 7.5º | 0.79% | 0.87% | - |
| XYZ | 33.07 | 20.15 | 4.84 | - |
| YUV | 112.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 47 | 0 | 0.69 | 0.79 | 0.13 | 7.5 | 0.73 | 0.53 |
| Hex | DF | 45 | 2F | 0 | 45 | 4F | D | 8 | 49 | 35 |
| Octal | 337 | 105 | 57 | 0 | 105 | 117 | 15 | 10 | 111 | 65 |
| Binary | 11011111 | 1000101 | 101111 | 0 | 1000101 | 1001111 | 1101 | 1000 | 1001001 | 110101 |
Color Harmonies of #DF452F
Complementary color
Monochromatic Colors of #DF452F
Black with #DF452F
Text Example
Text Example
White with #DF452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF452F; }
p { color: rgb(223,69,47); }
H1.HeaderClassName
{
color: #DF452F;
}
.AnyTagClassName
{
color: #DF452F;
}
</style>
background-color css
<style>
a { background-color: #DF452F; }
a { background-color: rgb(223,69,47); }
div.DivClassName
{
background-color: #DF452F;
}
.BgClassName
{
background-color: #DF452F;
}
</style>
border-color css
<style>
span { border-color: #DF452F; }
span { border-color: rgb(223,69,47); }
td.TdClassName
{
border-color: #DF452F;
}
.TagClassName
{
border-color: #DF452F;
}
</style>