Shades of Cinnabar #DF502F
Tints of Cinnabar #DF502F
RGB
CMYK
RGB Variations
Color information
#DF502F (or 0xDF502F) is known color: Cinnabar. HEX triplet: DF, 50 and 2F. RGB value is (223,80,47). Sum of RGB (Red+Green+Blue) = 223+80+47=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502F is #20AFD0. Grayscale: #777777. Windows color (decimal): -2142161 or 3100895. OLE color: 3100895.
HSL color Cylindrical-coordinate representation of color #DF502F: hue angle of 11.25º 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 #DF502F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 47 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.13 |
| HSL | 11.25º | 0.73% | 0.53% | - |
| HSV(B) | 11.25º | 0.79% | 0.87% | - |
| XYZ | 33.81 | 21.63 | 5.08 | - |
| YUV | 119 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 47 | 0 | 0.64 | 0.79 | 0.13 | 11.25 | 0.73 | 0.53 |
| Hex | DF | 50 | 2F | 0 | 40 | 4F | D | B | 49 | 35 |
| Octal | 337 | 120 | 57 | 0 | 100 | 117 | 15 | 13 | 111 | 65 |
| Binary | 11011111 | 1010000 | 101111 | 0 | 1000000 | 1001111 | 1101 | 1011 | 1001001 | 110101 |
Color Harmonies of #DF502F
Complementary color
Monochromatic Colors of #DF502F
Black with #DF502F
Text Example
Text Example
White with #DF502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF502F; }
p { color: rgb(223,80,47); }
H1.HeaderClassName
{
color: #DF502F;
}
.AnyTagClassName
{
color: #DF502F;
}
</style>
background-color css
<style>
a { background-color: #DF502F; }
a { background-color: rgb(223,80,47); }
div.DivClassName
{
background-color: #DF502F;
}
.BgClassName
{
background-color: #DF502F;
}
</style>
border-color css
<style>
span { border-color: #DF502F; }
span { border-color: rgb(223,80,47); }
td.TdClassName
{
border-color: #DF502F;
}
.TagClassName
{
border-color: #DF502F;
}
</style>