Shades of Scarlet #EE2413
Tints of Scarlet #EE2413
RGB
CMYK
RGB Variations
Color information
#EE2413 (or 0xEE2413) is known color: Scarlet. HEX triplet: EE, 24 and 13. RGB value is (238,36,19). Sum of RGB (Red+Green+Blue) = 238+36+19=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2413 is #11DBEC. Grayscale: #5E5E5E. Windows color (decimal): -1170413 or 1254638. OLE color: 1254638.
HSL color Cylindrical-coordinate representation of color #EE2413: hue angle of 4.66º 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 #EE2413 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.07 |
| HSL | 4.66º | 0.87% | 0.5% | - |
| HSV(B) | 4.66º | 0.92% | 0.93% | - |
| XYZ | 36.01 | 19.49 | 2.48 | - |
| YUV | 94.46 | 85.42 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 19 | 0 | 0.85 | 0.92 | 0.07 | 4.66 | 0.87 | 0.5 |
| Hex | EE | 24 | 13 | 0 | 55 | 5C | 7 | 5 | 57 | 32 |
| Octal | 356 | 44 | 23 | 0 | 125 | 134 | 7 | 5 | 127 | 62 |
| Binary | 11101110 | 100100 | 10011 | 0 | 1010101 | 1011100 | 111 | 101 | 1010111 | 110010 |
Color Harmonies of #EE2413
Complementary color
Monochromatic Colors of #EE2413
Black with #EE2413
Text Example
Text Example
White with #EE2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2413; }
p { color: rgb(238,36,19); }
H1.HeaderClassName
{
color: #EE2413;
}
.AnyTagClassName
{
color: #EE2413;
}
</style>
background-color css
<style>
a { background-color: #EE2413; }
a { background-color: rgb(238,36,19); }
div.DivClassName
{
background-color: #EE2413;
}
.BgClassName
{
background-color: #EE2413;
}
</style>
border-color css
<style>
span { border-color: #EE2413; }
span { border-color: rgb(238,36,19); }
td.TdClassName
{
border-color: #EE2413;
}
.TagClassName
{
border-color: #EE2413;
}
</style>