Shades of Scarlet #EE2808
Tints of Scarlet #EE2808
RGB
CMYK
RGB Variations
Color information
#EE2808 (or 0xEE2808) is known color: Scarlet. HEX triplet: EE, 28 and 08. RGB value is (238,40,8). Sum of RGB (Red+Green+Blue) = 238+40+8=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2808 is #11D7F7. Grayscale: #5F5F5F. Windows color (decimal): -1169400 or 534766. OLE color: 534766.
HSL color Cylindrical-coordinate representation of color #EE2808: hue angle of 8.35º degrees, saturation: 0.93, 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 #EE2808 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.35º | 0.93% | 0.48% | - |
| HSV(B) | 8.35º | 0.97% | 0.93% | - |
| XYZ | 36.06 | 19.71 | 2.13 | - |
| YUV | 95.55 | 78.6 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 8 | 0 | 0.83 | 0.97 | 0.07 | 8.35 | 0.93 | 0.48 |
| Hex | EE | 28 | 8 | 0 | 53 | 61 | 7 | 8 | 5D | 30 |
| Octal | 356 | 50 | 10 | 0 | 123 | 141 | 7 | 10 | 135 | 60 |
| Binary | 11101110 | 101000 | 1000 | 0 | 1010011 | 1100001 | 111 | 1000 | 1011101 | 110000 |
Color Harmonies of #EE2808
Complementary color
Monochromatic Colors of #EE2808
Black with #EE2808
Text Example
Text Example
White with #EE2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2808; }
p { color: rgb(238,40,8); }
H1.HeaderClassName
{
color: #EE2808;
}
.AnyTagClassName
{
color: #EE2808;
}
</style>
background-color css
<style>
a { background-color: #EE2808; }
a { background-color: rgb(238,40,8); }
div.DivClassName
{
background-color: #EE2808;
}
.BgClassName
{
background-color: #EE2808;
}
</style>
border-color css
<style>
span { border-color: #EE2808; }
span { border-color: rgb(238,40,8); }
td.TdClassName
{
border-color: #EE2808;
}
.TagClassName
{
border-color: #EE2808;
}
</style>