Shades of Scarlet #EE2B0E
Tints of Scarlet #EE2B0E
RGB
CMYK
RGB Variations
Color information
#EE2B0E (or 0xEE2B0E) is known color: Scarlet. HEX triplet: EE, 2B and 0E. RGB value is (238,43,14). Sum of RGB (Red+Green+Blue) = 238+43+14=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2B0E is #11D4F1. Grayscale: #626262. Windows color (decimal): -1168626 or 928750. OLE color: 928750.
HSL color Cylindrical-coordinate representation of color #EE2B0E: hue angle of 7.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE2B0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.07 |
| HSL | 7.77º | 0.89% | 0.49% | - |
| HSV(B) | 7.77º | 0.94% | 0.93% | - |
| XYZ | 36.2 | 19.94 | 2.36 | - |
| YUV | 98 | 80.6 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 14 | 0 | 0.82 | 0.94 | 0.07 | 7.77 | 0.89 | 0.49 |
| Hex | EE | 2B | E | 0 | 52 | 5E | 7 | 8 | 59 | 31 |
| Octal | 356 | 53 | 16 | 0 | 122 | 136 | 7 | 10 | 131 | 61 |
| Binary | 11101110 | 101011 | 1110 | 0 | 1010010 | 1011110 | 111 | 1000 | 1011001 | 110001 |
Color Harmonies of #EE2B0E
Complementary color
Monochromatic Colors of #EE2B0E
Black with #EE2B0E
Text Example
Text Example
White with #EE2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2B0E; }
p { color: rgb(238,43,14); }
H1.HeaderClassName
{
color: #EE2B0E;
}
.AnyTagClassName
{
color: #EE2B0E;
}
</style>
background-color css
<style>
a { background-color: #EE2B0E; }
a { background-color: rgb(238,43,14); }
div.DivClassName
{
background-color: #EE2B0E;
}
.BgClassName
{
background-color: #EE2B0E;
}
</style>
border-color css
<style>
span { border-color: #EE2B0E; }
span { border-color: rgb(238,43,14); }
td.TdClassName
{
border-color: #EE2B0E;
}
.TagClassName
{
border-color: #EE2B0E;
}
</style>