Shades of Red #EE0700
Tints of Red #EE0700
RGB
CMYK
RGB Variations
Color information
#EE0700 (or 0xEE0700) is known color: Red. HEX triplet: EE, 07 and 00. RGB value is (238,7,0). Sum of RGB (Red+Green+Blue) = 238+7+0=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0700 is #11F8FF. Grayscale: #4B4B4B. Windows color (decimal): -1177856 or 2030. OLE color: 2030.
HSL color Cylindrical-coordinate representation of color #EE0700: hue angle of 1.76º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.07 |
| HSL | 1.76º | 1% | 0.47% | - |
| HSV(B) | 1.76º | 1% | 0.93% | - |
| XYZ | 35.34 | 18.33 | 1.68 | - |
| YUV | 75.27 | 85.53 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 0 | 0 | 0.97 | 1 | 0.07 | 1.76 | 1 | 0.47 |
| Hex | EE | 7 | 0 | 0 | 61 | 64 | 7 | 2 | 64 | 2F |
| Octal | 356 | 7 | 0 | 0 | 141 | 144 | 7 | 2 | 144 | 57 |
| Binary | 11101110 | 111 | 0 | 0 | 1100001 | 1100100 | 111 | 10 | 1100100 | 101111 |
Color Harmonies of #EE0700
Complementary color
Monochromatic Colors of #EE0700
Black with #EE0700
Text Example
Text Example
White with #EE0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0700; }
p { color: rgb(238,7,0); }
H1.HeaderClassName
{
color: #EE0700;
}
.AnyTagClassName
{
color: #EE0700;
}
</style>
background-color css
<style>
a { background-color: #EE0700; }
a { background-color: rgb(238,7,0); }
div.DivClassName
{
background-color: #EE0700;
}
.BgClassName
{
background-color: #EE0700;
}
</style>
border-color css
<style>
span { border-color: #EE0700; }
span { border-color: rgb(238,7,0); }
td.TdClassName
{
border-color: #EE0700;
}
.TagClassName
{
border-color: #EE0700;
}
</style>