Shades of Cinnabar #DF502E
Tints of Cinnabar #DF502E
RGB
CMYK
RGB Variations
Color information
#DF502E (or 0xDF502E) is known color: Cinnabar. HEX triplet: DF, 50 and 2E. RGB value is (223,80,46). Sum of RGB (Red+Green+Blue) = 223+80+46=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502E is #20AFD1. Grayscale: #777777. Windows color (decimal): -2142162 or 3035359. OLE color: 3035359.
HSL color Cylindrical-coordinate representation of color #DF502E: hue angle of 11.53º 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 #DF502E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.13 |
| HSL | 11.53º | 0.73% | 0.53% | - |
| HSV(B) | 11.53º | 0.79% | 0.87% | - |
| XYZ | 33.79 | 21.62 | 4.98 | - |
| YUV | 118.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 46 | 0 | 0.64 | 0.79 | 0.13 | 11.53 | 0.73 | 0.53 |
| Hex | DF | 50 | 2E | 0 | 40 | 4F | D | C | 49 | 35 |
| Octal | 337 | 120 | 56 | 0 | 100 | 117 | 15 | 14 | 111 | 65 |
| Binary | 11011111 | 1010000 | 101110 | 0 | 1000000 | 1001111 | 1101 | 1100 | 1001001 | 110101 |
Color Harmonies of #DF502E
Complementary color
Monochromatic Colors of #DF502E
Black with #DF502E
Text Example
Text Example
White with #DF502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF502E; }
p { color: rgb(223,80,46); }
H1.HeaderClassName
{
color: #DF502E;
}
.AnyTagClassName
{
color: #DF502E;
}
</style>
background-color css
<style>
a { background-color: #DF502E; }
a { background-color: rgb(223,80,46); }
div.DivClassName
{
background-color: #DF502E;
}
.BgClassName
{
background-color: #DF502E;
}
</style>
border-color css
<style>
span { border-color: #DF502E; }
span { border-color: rgb(223,80,46); }
td.TdClassName
{
border-color: #DF502E;
}
.TagClassName
{
border-color: #DF502E;
}
</style>