Shades of Scarlet #EE2908
Tints of Scarlet #EE2908
RGB
CMYK
RGB Variations
Color information
#EE2908 (or 0xEE2908) is known color: Scarlet. HEX triplet: EE, 29 and 08. RGB value is (238,41,8). Sum of RGB (Red+Green+Blue) = 238+41+8=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2908 is #11D6F7. Grayscale: #606060. Windows color (decimal): -1169144 or 535022. OLE color: 535022.
HSL color Cylindrical-coordinate representation of color #EE2908: hue angle of 8.61º 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 #EE2908 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.07 |
| HSL | 8.61º | 0.93% | 0.48% | - |
| HSV(B) | 8.61º | 0.97% | 0.93% | - |
| XYZ | 36.1 | 19.78 | 2.15 | - |
| YUV | 96.14 | 78.27 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 8 | 0 | 0.83 | 0.97 | 0.07 | 8.61 | 0.93 | 0.48 |
| Hex | EE | 29 | 8 | 0 | 53 | 61 | 7 | 9 | 5D | 30 |
| Octal | 356 | 51 | 10 | 0 | 123 | 141 | 7 | 11 | 135 | 60 |
| Binary | 11101110 | 101001 | 1000 | 0 | 1010011 | 1100001 | 111 | 1001 | 1011101 | 110000 |
Color Harmonies of #EE2908
Complementary color
Monochromatic Colors of #EE2908
Black with #EE2908
Text Example
Text Example
White with #EE2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2908; }
p { color: rgb(238,41,8); }
H1.HeaderClassName
{
color: #EE2908;
}
.AnyTagClassName
{
color: #EE2908;
}
</style>
background-color css
<style>
a { background-color: #EE2908; }
a { background-color: rgb(238,41,8); }
div.DivClassName
{
background-color: #EE2908;
}
.BgClassName
{
background-color: #EE2908;
}
</style>
border-color css
<style>
span { border-color: #EE2908; }
span { border-color: rgb(238,41,8); }
td.TdClassName
{
border-color: #EE2908;
}
.TagClassName
{
border-color: #EE2908;
}
</style>