Shades of Cinnabar #DF503B
Tints of Cinnabar #DF503B
RGB
CMYK
RGB Variations
Color information
#DF503B (or 0xDF503B) is known color: Cinnabar. HEX triplet: DF, 50 and 3B. RGB value is (223,80,59). Sum of RGB (Red+Green+Blue) = 223+80+59=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF503B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF503B is #20AFC4. Grayscale: #787878. Windows color (decimal): -2142149 or 3887327. OLE color: 3887327.
HSL color Cylindrical-coordinate representation of color #DF503B: hue angle of 7.68º 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 #DF503B is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 59 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.13 |
| HSL | 7.68º | 0.72% | 0.55% | - |
| HSV(B) | 7.68º | 0.74% | 0.87% | - |
| XYZ | 34.09 | 21.74 | 6.54 | - |
| YUV | 120.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 59 | 0 | 0.64 | 0.74 | 0.13 | 7.68 | 0.72 | 0.55 |
| Hex | DF | 50 | 3B | 0 | 40 | 4A | D | 8 | 48 | 37 |
| Octal | 337 | 120 | 73 | 0 | 100 | 112 | 15 | 10 | 110 | 67 |
| Binary | 11011111 | 1010000 | 111011 | 0 | 1000000 | 1001010 | 1101 | 1000 | 1001000 | 110111 |
Color Harmonies of #DF503B
Complementary color
Monochromatic Colors of #DF503B
Black with #DF503B
Text Example
Text Example
White with #DF503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF503B; }
p { color: rgb(223,80,59); }
H1.HeaderClassName
{
color: #DF503B;
}
.AnyTagClassName
{
color: #DF503B;
}
</style>
background-color css
<style>
a { background-color: #DF503B; }
a { background-color: rgb(223,80,59); }
div.DivClassName
{
background-color: #DF503B;
}
.BgClassName
{
background-color: #DF503B;
}
</style>
border-color css
<style>
span { border-color: #DF503B; }
span { border-color: rgb(223,80,59); }
td.TdClassName
{
border-color: #DF503B;
}
.TagClassName
{
border-color: #DF503B;
}
</style>