Shades of Scarlet #EE3118
Tints of Scarlet #EE3118
RGB
CMYK
RGB Variations
Color information
#EE3118 (or 0xEE3118) is known color: Scarlet. HEX triplet: EE, 31 and 18. RGB value is (238,49,24). Sum of RGB (Red+Green+Blue) = 238+49+24=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3118 is #11CEE7. Grayscale: #666666. Windows color (decimal): -1167080 or 1585646. OLE color: 1585646.
HSL color Cylindrical-coordinate representation of color #EE3118: hue angle of 7.01º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE3118 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 24 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.07 |
| HSL | 7.01º | 0.86% | 0.51% | - |
| HSV(B) | 7.01º | 0.9% | 0.93% | - |
| XYZ | 36.52 | 20.44 | 2.88 | - |
| YUV | 102.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 24 | 0 | 0.79 | 0.90 | 0.07 | 7.01 | 0.86 | 0.51 |
| Hex | EE | 31 | 18 | 0 | 4F | 5A | 7 | 7 | 56 | 33 |
| Octal | 356 | 61 | 30 | 0 | 117 | 132 | 7 | 7 | 126 | 63 |
| Binary | 11101110 | 110001 | 11000 | 0 | 1001111 | 1011010 | 111 | 111 | 1010110 | 110011 |
Color Harmonies of #EE3118
Complementary color
Monochromatic Colors of #EE3118
Black with #EE3118
Text Example
Text Example
White with #EE3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3118; }
p { color: rgb(238,49,24); }
H1.HeaderClassName
{
color: #EE3118;
}
.AnyTagClassName
{
color: #EE3118;
}
</style>
background-color css
<style>
a { background-color: #EE3118; }
a { background-color: rgb(238,49,24); }
div.DivClassName
{
background-color: #EE3118;
}
.BgClassName
{
background-color: #EE3118;
}
</style>
border-color css
<style>
span { border-color: #EE3118; }
span { border-color: rgb(238,49,24); }
td.TdClassName
{
border-color: #EE3118;
}
.TagClassName
{
border-color: #EE3118;
}
</style>