Shades of Red #EE0903
Tints of Red #EE0903
RGB
CMYK
RGB Variations
Color information
#EE0903 (or 0xEE0903) is known color: Red. HEX triplet: EE, 09 and 03. RGB value is (238,9,3). Sum of RGB (Red+Green+Blue) = 238+9+3=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0903 is #11F6FC. Grayscale: #4D4D4D. Windows color (decimal): -1177341 or 199150. OLE color: 199150.
HSL color Cylindrical-coordinate representation of color #EE0903: hue angle of 1.53º 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 #EE0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.07 |
| HSL | 1.53º | 0.98% | 0.47% | - |
| HSV(B) | 1.53º | 0.99% | 0.93% | - |
| XYZ | 35.37 | 18.38 | 1.77 | - |
| YUV | 76.79 | 86.37 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 3 | 0 | 0.96 | 0.99 | 0.07 | 1.53 | 0.98 | 0.47 |
| Hex | EE | 9 | 3 | 0 | 60 | 63 | 7 | 2 | 62 | 2F |
| Octal | 356 | 11 | 3 | 0 | 140 | 143 | 7 | 2 | 142 | 57 |
| Binary | 11101110 | 1001 | 11 | 0 | 1100000 | 1100011 | 111 | 10 | 1100010 | 101111 |
Color Harmonies of #EE0903
Complementary color
Monochromatic Colors of #EE0903
Black with #EE0903
Text Example
Text Example
White with #EE0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0903; }
p { color: rgb(238,9,3); }
H1.HeaderClassName
{
color: #EE0903;
}
.AnyTagClassName
{
color: #EE0903;
}
</style>
background-color css
<style>
a { background-color: #EE0903; }
a { background-color: rgb(238,9,3); }
div.DivClassName
{
background-color: #EE0903;
}
.BgClassName
{
background-color: #EE0903;
}
</style>
border-color css
<style>
span { border-color: #EE0903; }
span { border-color: rgb(238,9,3); }
td.TdClassName
{
border-color: #EE0903;
}
.TagClassName
{
border-color: #EE0903;
}
</style>