Shades of Scarlet #EE2512
Tints of Scarlet #EE2512
RGB
CMYK
RGB Variations
Color information
#EE2512 (or 0xEE2512) is known color: Scarlet. HEX triplet: EE, 25 and 12. RGB value is (238,37,18). Sum of RGB (Red+Green+Blue) = 238+37+18=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2512 is #11DAED. Grayscale: #5F5F5F. Windows color (decimal): -1170158 or 1189358. OLE color: 1189358.
HSL color Cylindrical-coordinate representation of color #EE2512: hue angle of 5.18º 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 #EE2512 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.07 |
| HSL | 5.18º | 0.87% | 0.5% | - |
| HSV(B) | 5.18º | 0.92% | 0.93% | - |
| XYZ | 36.03 | 19.54 | 2.45 | - |
| YUV | 94.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 18 | 0 | 0.84 | 0.92 | 0.07 | 5.18 | 0.87 | 0.5 |
| Hex | EE | 25 | 12 | 0 | 54 | 5C | 7 | 5 | 57 | 32 |
| Octal | 356 | 45 | 22 | 0 | 124 | 134 | 7 | 5 | 127 | 62 |
| Binary | 11101110 | 100101 | 10010 | 0 | 1010100 | 1011100 | 111 | 101 | 1010111 | 110010 |
Color Harmonies of #EE2512
Complementary color
Monochromatic Colors of #EE2512
Black with #EE2512
Text Example
Text Example
White with #EE2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2512; }
p { color: rgb(238,37,18); }
H1.HeaderClassName
{
color: #EE2512;
}
.AnyTagClassName
{
color: #EE2512;
}
</style>
background-color css
<style>
a { background-color: #EE2512; }
a { background-color: rgb(238,37,18); }
div.DivClassName
{
background-color: #EE2512;
}
.BgClassName
{
background-color: #EE2512;
}
</style>
border-color css
<style>
span { border-color: #EE2512; }
span { border-color: rgb(238,37,18); }
td.TdClassName
{
border-color: #EE2512;
}
.TagClassName
{
border-color: #EE2512;
}
</style>