Shades of Scarlet #EE2A09
Tints of Scarlet #EE2A09
RGB
CMYK
RGB Variations
Color information
#EE2A09 (or 0xEE2A09) is known color: Scarlet. HEX triplet: EE, 2A and 09. RGB value is (238,42,9). Sum of RGB (Red+Green+Blue) = 238+42+9=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2A09 is #11D5F6. Grayscale: #616161. Windows color (decimal): -1168887 or 600814. OLE color: 600814.
HSL color Cylindrical-coordinate representation of color #EE2A09: hue angle of 8.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE2A09 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.07 |
| HSL | 8.65º | 0.93% | 0.48% | - |
| HSV(B) | 8.65º | 0.96% | 0.93% | - |
| XYZ | 36.14 | 19.85 | 2.19 | - |
| YUV | 96.84 | 78.43 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 9 | 0 | 0.82 | 0.96 | 0.07 | 8.65 | 0.93 | 0.48 |
| Hex | EE | 2A | 9 | 0 | 52 | 60 | 7 | 9 | 5D | 30 |
| Octal | 356 | 52 | 11 | 0 | 122 | 140 | 7 | 11 | 135 | 60 |
| Binary | 11101110 | 101010 | 1001 | 0 | 1010010 | 1100000 | 111 | 1001 | 1011101 | 110000 |
Color Harmonies of #EE2A09
Complementary color
Monochromatic Colors of #EE2A09
Black with #EE2A09
Text Example
Text Example
White with #EE2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2A09; }
p { color: rgb(238,42,9); }
H1.HeaderClassName
{
color: #EE2A09;
}
.AnyTagClassName
{
color: #EE2A09;
}
</style>
background-color css
<style>
a { background-color: #EE2A09; }
a { background-color: rgb(238,42,9); }
div.DivClassName
{
background-color: #EE2A09;
}
.BgClassName
{
background-color: #EE2A09;
}
</style>
border-color css
<style>
span { border-color: #EE2A09; }
span { border-color: rgb(238,42,9); }
td.TdClassName
{
border-color: #EE2A09;
}
.TagClassName
{
border-color: #EE2A09;
}
</style>