Shades of Scarlet #EE2418
Tints of Scarlet #EE2418
RGB
CMYK
RGB Variations
Color information
#EE2418 (or 0xEE2418) is known color: Scarlet. HEX triplet: EE, 24 and 18. RGB value is (238,36,24). Sum of RGB (Red+Green+Blue) = 238+36+24=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2418 is #11DBE7. Grayscale: #5F5F5F. Windows color (decimal): -1170408 or 1582318. OLE color: 1582318.
HSL color Cylindrical-coordinate representation of color #EE2418: hue angle of 3.36º 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 #EE2418 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.07 |
| HSL | 3.36º | 0.86% | 0.51% | - |
| HSV(B) | 3.36º | 0.9% | 0.93% | - |
| XYZ | 36.06 | 19.5 | 2.73 | - |
| YUV | 95.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 24 | 0 | 0.85 | 0.90 | 0.07 | 3.36 | 0.86 | 0.51 |
| Hex | EE | 24 | 18 | 0 | 55 | 5A | 7 | 3 | 56 | 33 |
| Octal | 356 | 44 | 30 | 0 | 125 | 132 | 7 | 3 | 126 | 63 |
| Binary | 11101110 | 100100 | 11000 | 0 | 1010101 | 1011010 | 111 | 11 | 1010110 | 110011 |
Color Harmonies of #EE2418
Complementary color
Monochromatic Colors of #EE2418
Black with #EE2418
Text Example
Text Example
White with #EE2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2418; }
p { color: rgb(238,36,24); }
H1.HeaderClassName
{
color: #EE2418;
}
.AnyTagClassName
{
color: #EE2418;
}
</style>
background-color css
<style>
a { background-color: #EE2418; }
a { background-color: rgb(238,36,24); }
div.DivClassName
{
background-color: #EE2418;
}
.BgClassName
{
background-color: #EE2418;
}
</style>
border-color css
<style>
span { border-color: #EE2418; }
span { border-color: rgb(238,36,24); }
td.TdClassName
{
border-color: #EE2418;
}
.TagClassName
{
border-color: #EE2418;
}
</style>