Shades of Cinnabar #E0503D
Tints of Cinnabar #E0503D
RGB
CMYK
RGB Variations
Color information
#E0503D (or 0xE0503D) is known color: Cinnabar. HEX triplet: E0, 50 and 3D. RGB value is (224,80,61). Sum of RGB (Red+Green+Blue) = 224+80+61=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0503D is #1FAFC2. Grayscale: #797979. Windows color (decimal): -2076611 or 4018400. OLE color: 4018400.
HSL color Cylindrical-coordinate representation of color #E0503D: hue angle of 6.99º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0503D is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 61 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.12 |
| HSL | 6.99º | 0.72% | 0.56% | - |
| HSV(B) | 6.99º | 0.73% | 0.88% | - |
| XYZ | 34.45 | 21.92 | 6.83 | - |
| YUV | 120.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 61 | 0 | 0.64 | 0.73 | 0.12 | 6.99 | 0.72 | 0.56 |
| Hex | E0 | 50 | 3D | 0 | 40 | 49 | C | 7 | 48 | 38 |
| Octal | 340 | 120 | 75 | 0 | 100 | 111 | 14 | 7 | 110 | 70 |
| Binary | 11100000 | 1010000 | 111101 | 0 | 1000000 | 1001001 | 1100 | 111 | 1001000 | 111000 |
Color Harmonies of #E0503D
Complementary color
Monochromatic Colors of #E0503D
Black with #E0503D
Text Example
Text Example
White with #E0503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0503D; }
p { color: rgb(224,80,61); }
H1.HeaderClassName
{
color: #E0503D;
}
.AnyTagClassName
{
color: #E0503D;
}
</style>
background-color css
<style>
a { background-color: #E0503D; }
a { background-color: rgb(224,80,61); }
div.DivClassName
{
background-color: #E0503D;
}
.BgClassName
{
background-color: #E0503D;
}
</style>
border-color css
<style>
span { border-color: #E0503D; }
span { border-color: rgb(224,80,61); }
td.TdClassName
{
border-color: #E0503D;
}
.TagClassName
{
border-color: #E0503D;
}
</style>