Shades of Cinnabar #DF502D
Tints of Cinnabar #DF502D
RGB
CMYK
RGB Variations
Color information
#DF502D (or 0xDF502D) is known color: Cinnabar. HEX triplet: DF, 50 and 2D. RGB value is (223,80,45). Sum of RGB (Red+Green+Blue) = 223+80+45=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF502D is #20AFD2. Grayscale: #777777. Windows color (decimal): -2142163 or 2969823. OLE color: 2969823.
HSL color Cylindrical-coordinate representation of color #DF502D: hue angle of 11.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF502D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 45 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.13 |
| HSL | 11.8º | 0.74% | 0.53% | - |
| HSV(B) | 11.8º | 0.8% | 0.87% | - |
| XYZ | 33.77 | 21.61 | 4.87 | - |
| YUV | 118.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 45 | 0 | 0.64 | 0.80 | 0.13 | 11.8 | 0.74 | 0.53 |
| Hex | DF | 50 | 2D | 0 | 40 | 50 | D | C | 4A | 35 |
| Octal | 337 | 120 | 55 | 0 | 100 | 120 | 15 | 14 | 112 | 65 |
| Binary | 11011111 | 1010000 | 101101 | 0 | 1000000 | 1010000 | 1101 | 1100 | 1001010 | 110101 |
Color Harmonies of #DF502D
Complementary color
Monochromatic Colors of #DF502D
Black with #DF502D
Text Example
Text Example
White with #DF502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF502D; }
p { color: rgb(223,80,45); }
H1.HeaderClassName
{
color: #DF502D;
}
.AnyTagClassName
{
color: #DF502D;
}
</style>
background-color css
<style>
a { background-color: #DF502D; }
a { background-color: rgb(223,80,45); }
div.DivClassName
{
background-color: #DF502D;
}
.BgClassName
{
background-color: #DF502D;
}
</style>
border-color css
<style>
span { border-color: #DF502D; }
span { border-color: rgb(223,80,45); }
td.TdClassName
{
border-color: #DF502D;
}
.TagClassName
{
border-color: #DF502D;
}
</style>