Shades of Scarlet #EE1A0F
Tints of Scarlet #EE1A0F
RGB
CMYK
RGB Variations
Color information
#EE1A0F (or 0xEE1A0F) is known color: Scarlet. HEX triplet: EE, 1A and 0F. RGB value is (238,26,15). Sum of RGB (Red+Green+Blue) = 238+26+15=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1A0F is #11E5F0. Grayscale: #585858. Windows color (decimal): -1172977 or 989934. OLE color: 989934.
HSL color Cylindrical-coordinate representation of color #EE1A0F: hue angle of 2.96º 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 #EE1A0F is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 15 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.07 |
| HSL | 2.96º | 0.88% | 0.5% | - |
| HSV(B) | 2.96º | 0.94% | 0.93% | - |
| XYZ | 35.72 | 18.95 | 2.23 | - |
| YUV | 88.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 15 | 0 | 0.89 | 0.94 | 0.07 | 2.96 | 0.88 | 0.5 |
| Hex | EE | 1A | F | 0 | 59 | 5E | 7 | 3 | 58 | 32 |
| Octal | 356 | 32 | 17 | 0 | 131 | 136 | 7 | 3 | 130 | 62 |
| Binary | 11101110 | 11010 | 1111 | 0 | 1011001 | 1011110 | 111 | 11 | 1011000 | 110010 |
Color Harmonies of #EE1A0F
Complementary color
Monochromatic Colors of #EE1A0F
Black with #EE1A0F
Text Example
Text Example
White with #EE1A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1A0F; }
p { color: rgb(238,26,15); }
H1.HeaderClassName
{
color: #EE1A0F;
}
.AnyTagClassName
{
color: #EE1A0F;
}
</style>
background-color css
<style>
a { background-color: #EE1A0F; }
a { background-color: rgb(238,26,15); }
div.DivClassName
{
background-color: #EE1A0F;
}
.BgClassName
{
background-color: #EE1A0F;
}
</style>
border-color css
<style>
span { border-color: #EE1A0F; }
span { border-color: rgb(238,26,15); }
td.TdClassName
{
border-color: #EE1A0F;
}
.TagClassName
{
border-color: #EE1A0F;
}
</style>