Shades of Scarlet #EE290B
Tints of Scarlet #EE290B
RGB
CMYK
RGB Variations
Color information
#EE290B (or 0xEE290B) is known color: Scarlet. HEX triplet: EE, 29 and 0B. RGB value is (238,41,11). Sum of RGB (Red+Green+Blue) = 238+41+11=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE290B is #11D6F4. Grayscale: #606060. Windows color (decimal): -1169141 or 731630. OLE color: 731630.
HSL color Cylindrical-coordinate representation of color #EE290B: hue angle of 7.93º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE290B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.07 |
| HSL | 7.93º | 0.91% | 0.49% | - |
| HSV(B) | 7.93º | 0.95% | 0.93% | - |
| XYZ | 36.11 | 19.79 | 2.23 | - |
| YUV | 96.48 | 79.77 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 11 | 0 | 0.83 | 0.95 | 0.07 | 7.93 | 0.91 | 0.49 |
| Hex | EE | 29 | B | 0 | 53 | 5F | 7 | 8 | 5B | 31 |
| Octal | 356 | 51 | 13 | 0 | 123 | 137 | 7 | 10 | 133 | 61 |
| Binary | 11101110 | 101001 | 1011 | 0 | 1010011 | 1011111 | 111 | 1000 | 1011011 | 110001 |
Color Harmonies of #EE290B
Complementary color
Monochromatic Colors of #EE290B
Black with #EE290B
Text Example
Text Example
White with #EE290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE290B; }
p { color: rgb(238,41,11); }
H1.HeaderClassName
{
color: #EE290B;
}
.AnyTagClassName
{
color: #EE290B;
}
</style>
background-color css
<style>
a { background-color: #EE290B; }
a { background-color: rgb(238,41,11); }
div.DivClassName
{
background-color: #EE290B;
}
.BgClassName
{
background-color: #EE290B;
}
</style>
border-color css
<style>
span { border-color: #EE290B; }
span { border-color: rgb(238,41,11); }
td.TdClassName
{
border-color: #EE290B;
}
.TagClassName
{
border-color: #EE290B;
}
</style>