Shades of Cinnabar #DF503E
Tints of Cinnabar #DF503E
RGB
CMYK
RGB Variations
Color information
#DF503E (or 0xDF503E) is known color: Cinnabar. HEX triplet: DF, 50 and 3E. RGB value is (223,80,62). Sum of RGB (Red+Green+Blue) = 223+80+62=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF503E is #20AFC1. Grayscale: #787878. Windows color (decimal): -2142146 or 4083935. OLE color: 4083935.
HSL color Cylindrical-coordinate representation of color #DF503E: hue angle of 6.71º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF503E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 62 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.13 |
| HSL | 6.71º | 0.72% | 0.56% | - |
| HSV(B) | 6.71º | 0.72% | 0.87% | - |
| XYZ | 34.17 | 21.77 | 6.96 | - |
| YUV | 120.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 62 | 0 | 0.64 | 0.72 | 0.13 | 6.71 | 0.72 | 0.56 |
| Hex | DF | 50 | 3E | 0 | 40 | 48 | D | 7 | 48 | 38 |
| Octal | 337 | 120 | 76 | 0 | 100 | 110 | 15 | 7 | 110 | 70 |
| Binary | 11011111 | 1010000 | 111110 | 0 | 1000000 | 1001000 | 1101 | 111 | 1001000 | 111000 |
Color Harmonies of #DF503E
Complementary color
Monochromatic Colors of #DF503E
Black with #DF503E
Text Example
Text Example
White with #DF503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF503E; }
p { color: rgb(223,80,62); }
H1.HeaderClassName
{
color: #DF503E;
}
.AnyTagClassName
{
color: #DF503E;
}
</style>
background-color css
<style>
a { background-color: #DF503E; }
a { background-color: rgb(223,80,62); }
div.DivClassName
{
background-color: #DF503E;
}
.BgClassName
{
background-color: #DF503E;
}
</style>
border-color css
<style>
span { border-color: #DF503E; }
span { border-color: rgb(223,80,62); }
td.TdClassName
{
border-color: #DF503E;
}
.TagClassName
{
border-color: #DF503E;
}
</style>