Shades of Scarlet #EE2807
Tints of Scarlet #EE2807
RGB
CMYK
RGB Variations
Color information
#EE2807 (or 0xEE2807) is known color: Scarlet. HEX triplet: EE, 28 and 07. RGB value is (238,40,7). Sum of RGB (Red+Green+Blue) = 238+40+7=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2807 is #11D7F8. Grayscale: #5F5F5F. Windows color (decimal): -1169401 or 469230. OLE color: 469230.
HSL color Cylindrical-coordinate representation of color #EE2807: hue angle of 8.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE2807 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.57º | 0.94% | 0.48% | - |
| HSV(B) | 8.57º | 0.97% | 0.93% | - |
| XYZ | 36.06 | 19.71 | 2.11 | - |
| YUV | 95.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 7 | 0 | 0.83 | 0.97 | 0.07 | 8.57 | 0.94 | 0.48 |
| Hex | EE | 28 | 7 | 0 | 53 | 61 | 7 | 9 | 5E | 30 |
| Octal | 356 | 50 | 7 | 0 | 123 | 141 | 7 | 11 | 136 | 60 |
| Binary | 11101110 | 101000 | 111 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011110 | 110000 |
Color Harmonies of #EE2807
Complementary color
Monochromatic Colors of #EE2807
Black with #EE2807
Text Example
Text Example
White with #EE2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2807; }
p { color: rgb(238,40,7); }
H1.HeaderClassName
{
color: #EE2807;
}
.AnyTagClassName
{
color: #EE2807;
}
</style>
background-color css
<style>
a { background-color: #EE2807; }
a { background-color: rgb(238,40,7); }
div.DivClassName
{
background-color: #EE2807;
}
.BgClassName
{
background-color: #EE2807;
}
</style>
border-color css
<style>
span { border-color: #EE2807; }
span { border-color: rgb(238,40,7); }
td.TdClassName
{
border-color: #EE2807;
}
.TagClassName
{
border-color: #EE2807;
}
</style>