Shades of Scarlet #EE290F
Tints of Scarlet #EE290F
RGB
CMYK
RGB Variations
Color information
#EE290F (or 0xEE290F) is known color: Scarlet. HEX triplet: EE, 29 and 0F. RGB value is (238,41,15). Sum of RGB (Red+Green+Blue) = 238+41+15=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE290F is #11D6F0. Grayscale: #616161. Windows color (decimal): -1169137 or 993774. OLE color: 993774.
HSL color Cylindrical-coordinate representation of color #EE290F: hue angle of 7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE290F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.07 |
| HSL | 7º | 0.88% | 0.5% | - |
| HSV(B) | 7º | 0.94% | 0.93% | - |
| XYZ | 36.14 | 19.8 | 2.37 | - |
| YUV | 96.94 | 81.77 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 15 | 0 | 0.83 | 0.94 | 0.07 | 7 | 0.88 | 0.5 |
| Hex | EE | 29 | F | 0 | 53 | 5E | 7 | 7 | 58 | 32 |
| Octal | 356 | 51 | 17 | 0 | 123 | 136 | 7 | 7 | 130 | 62 |
| Binary | 11101110 | 101001 | 1111 | 0 | 1010011 | 1011110 | 111 | 111 | 1011000 | 110010 |
Color Harmonies of #EE290F
Complementary color
Monochromatic Colors of #EE290F
Black with #EE290F
Text Example
Text Example
White with #EE290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE290F; }
p { color: rgb(238,41,15); }
H1.HeaderClassName
{
color: #EE290F;
}
.AnyTagClassName
{
color: #EE290F;
}
</style>
background-color css
<style>
a { background-color: #EE290F; }
a { background-color: rgb(238,41,15); }
div.DivClassName
{
background-color: #EE290F;
}
.BgClassName
{
background-color: #EE290F;
}
</style>
border-color css
<style>
span { border-color: #EE290F; }
span { border-color: rgb(238,41,15); }
td.TdClassName
{
border-color: #EE290F;
}
.TagClassName
{
border-color: #EE290F;
}
</style>