Shades of Scarlet #EE2412
Tints of Scarlet #EE2412
RGB
CMYK
RGB Variations
Color information
#EE2412 (or 0xEE2412) is known color: Scarlet. HEX triplet: EE, 24 and 12. RGB value is (238,36,18). Sum of RGB (Red+Green+Blue) = 238+36+18=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2412 is #11DBED. Grayscale: #5E5E5E. Windows color (decimal): -1170414 or 1189102. OLE color: 1189102.
HSL color Cylindrical-coordinate representation of color #EE2412: hue angle of 4.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE2412 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.07 |
| HSL | 4.91º | 0.87% | 0.5% | - |
| HSV(B) | 4.91º | 0.92% | 0.93% | - |
| XYZ | 36 | 19.48 | 2.44 | - |
| YUV | 94.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 18 | 0 | 0.85 | 0.92 | 0.07 | 4.91 | 0.87 | 0.5 |
| Hex | EE | 24 | 12 | 0 | 55 | 5C | 7 | 5 | 57 | 32 |
| Octal | 356 | 44 | 22 | 0 | 125 | 134 | 7 | 5 | 127 | 62 |
| Binary | 11101110 | 100100 | 10010 | 0 | 1010101 | 1011100 | 111 | 101 | 1010111 | 110010 |
Color Harmonies of #EE2412
Complementary color
Monochromatic Colors of #EE2412
Black with #EE2412
Text Example
Text Example
White with #EE2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2412; }
p { color: rgb(238,36,18); }
H1.HeaderClassName
{
color: #EE2412;
}
.AnyTagClassName
{
color: #EE2412;
}
</style>
background-color css
<style>
a { background-color: #EE2412; }
a { background-color: rgb(238,36,18); }
div.DivClassName
{
background-color: #EE2412;
}
.BgClassName
{
background-color: #EE2412;
}
</style>
border-color css
<style>
span { border-color: #EE2412; }
span { border-color: rgb(238,36,18); }
td.TdClassName
{
border-color: #EE2412;
}
.TagClassName
{
border-color: #EE2412;
}
</style>