Shades of Red #EE0403
Tints of Red #EE0403
RGB
CMYK
RGB Variations
Color information
#EE0403 (or 0xEE0403) is known color: Red. HEX triplet: EE, 04 and 03. RGB value is (238,4,3). Sum of RGB (Red+Green+Blue) = 238+4+3=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0403 is #11FBFC. Grayscale: #4A4A4A. Windows color (decimal): -1178621 or 197870. OLE color: 197870.
HSL color Cylindrical-coordinate representation of color #EE0403: hue angle of 0.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.07 |
| HSL | 0.26º | 0.98% | 0.47% | - |
| HSV(B) | 0.26º | 0.99% | 0.93% | - |
| XYZ | 35.32 | 18.27 | 1.75 | - |
| YUV | 73.85 | 88.02 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 3 | 0 | 0.98 | 0.99 | 0.07 | 0.26 | 0.98 | 0.47 |
| Hex | EE | 4 | 3 | 0 | 62 | 63 | 7 | 0 | 62 | 2F |
| Octal | 356 | 4 | 3 | 0 | 142 | 143 | 7 | 0 | 142 | 57 |
| Binary | 11101110 | 100 | 11 | 0 | 1100010 | 1100011 | 111 | 0 | 1100010 | 101111 |
Color Harmonies of #EE0403
Complementary color
Monochromatic Colors of #EE0403
Black with #EE0403
Text Example
Text Example
White with #EE0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0403; }
p { color: rgb(238,4,3); }
H1.HeaderClassName
{
color: #EE0403;
}
.AnyTagClassName
{
color: #EE0403;
}
</style>
background-color css
<style>
a { background-color: #EE0403; }
a { background-color: rgb(238,4,3); }
div.DivClassName
{
background-color: #EE0403;
}
.BgClassName
{
background-color: #EE0403;
}
</style>
border-color css
<style>
span { border-color: #EE0403; }
span { border-color: rgb(238,4,3); }
td.TdClassName
{
border-color: #EE0403;
}
.TagClassName
{
border-color: #EE0403;
}
</style>