Shades of Red #E81203
Tints of Red #E81203
RGB
CMYK
RGB Variations
Color information
#E81203 (or 0xE81203) is known color: Red. HEX triplet: E8, 12 and 03. RGB value is (232,18,3). Sum of RGB (Red+Green+Blue) = 232+18+3=253 (33% of max value = 765). Red value is 232 (91.02% from 255 or 91.70% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 232 - color contains mainly: red. Hex color #E81203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81203 is #17EDFC. Grayscale: #505050. Windows color (decimal): -1568253 or 201448. OLE color: 201448.
HSL color Cylindrical-coordinate representation of color #E81203: hue angle of 3.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E81203 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.09 |
| HSL | 3.93º | 0.97% | 0.46% | - |
| HSV(B) | 3.93º | 0.99% | 0.91% | - |
| XYZ | 33.51 | 17.59 | 1.72 | - |
| YUV | 80.28 | 84.4 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 3 | 0 | 0.92 | 0.99 | 0.09 | 3.93 | 0.97 | 0.46 |
| Hex | E8 | 12 | 3 | 0 | 5C | 63 | 9 | 4 | 61 | 2E |
| Octal | 350 | 22 | 3 | 0 | 134 | 143 | 11 | 4 | 141 | 56 |
| Binary | 11101000 | 10010 | 11 | 0 | 1011100 | 1100011 | 1001 | 100 | 1100001 | 101110 |
Color Harmonies of #E81203
Complementary color
Monochromatic Colors of #E81203
Black with #E81203
Text Example
Text Example
White with #E81203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81203; }
p { color: rgb(232,18,3); }
H1.HeaderClassName
{
color: #E81203;
}
.AnyTagClassName
{
color: #E81203;
}
</style>
background-color css
<style>
a { background-color: #E81203; }
a { background-color: rgb(232,18,3); }
div.DivClassName
{
background-color: #E81203;
}
.BgClassName
{
background-color: #E81203;
}
</style>
border-color css
<style>
span { border-color: #E81203; }
span { border-color: rgb(232,18,3); }
td.TdClassName
{
border-color: #E81203;
}
.TagClassName
{
border-color: #E81203;
}
</style>