Shades of Red #E30803
Tints of Red #E30803
RGB
CMYK
RGB Variations
Color information
#E30803 (or 0xE30803) is known color: Red. HEX triplet: E3, 08 and 03. RGB value is (227,8,3). Sum of RGB (Red+Green+Blue) = 227+8+3=238 (31% of max value = 765). Red value is 227 (89.06% from 255 or 95.38% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 227 - color contains mainly: red. Hex color #E30803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30803 is #1CF7FC. Grayscale: #494949. Windows color (decimal): -1898493 or 198883. OLE color: 198883.
HSL color Cylindrical-coordinate representation of color #E30803: hue angle of 1.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.11 |
| HSL | 1.34º | 0.97% | 0.45% | - |
| HSV(B) | 1.34º | 0.99% | 0.89% | - |
| XYZ | 31.78 | 16.51 | 1.6 | - |
| YUV | 72.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 3 | 0 | 0.96 | 0.99 | 0.11 | 1.34 | 0.97 | 0.45 |
| Hex | E3 | 8 | 3 | 0 | 60 | 63 | B | 1 | 61 | 2D |
| Octal | 343 | 10 | 3 | 0 | 140 | 143 | 13 | 1 | 141 | 55 |
| Binary | 11100011 | 1000 | 11 | 0 | 1100000 | 1100011 | 1011 | 1 | 1100001 | 101101 |
Color Harmonies of #E30803
Complementary color
Monochromatic Colors of #E30803
Black with #E30803
Text Example
Text Example
White with #E30803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30803; }
p { color: rgb(227,8,3); }
H1.HeaderClassName
{
color: #E30803;
}
.AnyTagClassName
{
color: #E30803;
}
</style>
background-color css
<style>
a { background-color: #E30803; }
a { background-color: rgb(227,8,3); }
div.DivClassName
{
background-color: #E30803;
}
.BgClassName
{
background-color: #E30803;
}
</style>
border-color css
<style>
span { border-color: #E30803; }
span { border-color: rgb(227,8,3); }
td.TdClassName
{
border-color: #E30803;
}
.TagClassName
{
border-color: #E30803;
}
</style>