Shades of Cinnabar #DF503A
Tints of Cinnabar #DF503A
RGB
CMYK
RGB Variations
Color information
#DF503A (or 0xDF503A) is known color: Cinnabar. HEX triplet: DF, 50 and 3A. RGB value is (223,80,58). Sum of RGB (Red+Green+Blue) = 223+80+58=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF503A is #20AFC5. Grayscale: #787878. Windows color (decimal): -2142150 or 3821791. OLE color: 3821791.
HSL color Cylindrical-coordinate representation of color #DF503A: hue angle of 8º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF503A is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 58 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.13 |
| HSL | 8º | 0.72% | 0.55% | - |
| HSV(B) | 8º | 0.74% | 0.87% | - |
| XYZ | 34.06 | 21.73 | 6.4 | - |
| YUV | 120.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 58 | 0 | 0.64 | 0.74 | 0.13 | 8 | 0.72 | 0.55 |
| Hex | DF | 50 | 3A | 0 | 40 | 4A | D | 8 | 48 | 37 |
| Octal | 337 | 120 | 72 | 0 | 100 | 112 | 15 | 10 | 110 | 67 |
| Binary | 11011111 | 1010000 | 111010 | 0 | 1000000 | 1001010 | 1101 | 1000 | 1001000 | 110111 |
Color Harmonies of #DF503A
Complementary color
Monochromatic Colors of #DF503A
Black with #DF503A
Text Example
Text Example
White with #DF503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF503A; }
p { color: rgb(223,80,58); }
H1.HeaderClassName
{
color: #DF503A;
}
.AnyTagClassName
{
color: #DF503A;
}
</style>
background-color css
<style>
a { background-color: #DF503A; }
a { background-color: rgb(223,80,58); }
div.DivClassName
{
background-color: #DF503A;
}
.BgClassName
{
background-color: #DF503A;
}
</style>
border-color css
<style>
span { border-color: #DF503A; }
span { border-color: rgb(223,80,58); }
td.TdClassName
{
border-color: #DF503A;
}
.TagClassName
{
border-color: #DF503A;
}
</style>