Shades of Cinnabar #E8503D
Tints of Cinnabar #E8503D
RGB
CMYK
RGB Variations
Color information
#E8503D (or 0xE8503D) is known color: Cinnabar. HEX triplet: E8, 50 and 3D. RGB value is (232,80,61). Sum of RGB (Red+Green+Blue) = 232+80+61=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8503D is #17AFC2. Grayscale: #7B7B7B. Windows color (decimal): -1552323 or 4018408. OLE color: 4018408.
HSL color Cylindrical-coordinate representation of color #E8503D: hue angle of 6.67º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8503D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 61 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.09 |
| HSL | 6.67º | 0.79% | 0.57% | - |
| HSV(B) | 6.67º | 0.74% | 0.91% | - |
| XYZ | 36.99 | 23.23 | 6.95 | - |
| YUV | 123.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 61 | 0 | 0.66 | 0.74 | 0.09 | 6.67 | 0.79 | 0.57 |
| Hex | E8 | 50 | 3D | 0 | 42 | 4A | 9 | 7 | 4F | 39 |
| Octal | 350 | 120 | 75 | 0 | 102 | 112 | 11 | 7 | 117 | 71 |
| Binary | 11101000 | 1010000 | 111101 | 0 | 1000010 | 1001010 | 1001 | 111 | 1001111 | 111001 |
Color Harmonies of #E8503D
Complementary color
Monochromatic Colors of #E8503D
Black with #E8503D
Text Example
Text Example
White with #E8503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8503D; }
p { color: rgb(232,80,61); }
H1.HeaderClassName
{
color: #E8503D;
}
.AnyTagClassName
{
color: #E8503D;
}
</style>
background-color css
<style>
a { background-color: #E8503D; }
a { background-color: rgb(232,80,61); }
div.DivClassName
{
background-color: #E8503D;
}
.BgClassName
{
background-color: #E8503D;
}
</style>
border-color css
<style>
span { border-color: #E8503D; }
span { border-color: rgb(232,80,61); }
td.TdClassName
{
border-color: #E8503D;
}
.TagClassName
{
border-color: #E8503D;
}
</style>