Shades of Scarlet #EE2313
Tints of Scarlet #EE2313
RGB
CMYK
RGB Variations
Color information
#EE2313 (or 0xEE2313) is known color: Scarlet. HEX triplet: EE, 23 and 13. RGB value is (238,35,19). Sum of RGB (Red+Green+Blue) = 238+35+19=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2313 is #11DCEC. Grayscale: #5E5E5E. Windows color (decimal): -1170669 or 1254382. OLE color: 1254382.
HSL color Cylindrical-coordinate representation of color #EE2313: hue angle of 4.38º 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 #EE2313 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.07 |
| HSL | 4.38º | 0.87% | 0.5% | - |
| HSV(B) | 4.38º | 0.92% | 0.93% | - |
| XYZ | 35.98 | 19.43 | 2.47 | - |
| YUV | 93.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 19 | 0 | 0.85 | 0.92 | 0.07 | 4.38 | 0.87 | 0.5 |
| Hex | EE | 23 | 13 | 0 | 55 | 5C | 7 | 4 | 57 | 32 |
| Octal | 356 | 43 | 23 | 0 | 125 | 134 | 7 | 4 | 127 | 62 |
| Binary | 11101110 | 100011 | 10011 | 0 | 1010101 | 1011100 | 111 | 100 | 1010111 | 110010 |
Color Harmonies of #EE2313
Complementary color
Monochromatic Colors of #EE2313
Black with #EE2313
Text Example
Text Example
White with #EE2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2313; }
p { color: rgb(238,35,19); }
H1.HeaderClassName
{
color: #EE2313;
}
.AnyTagClassName
{
color: #EE2313;
}
</style>
background-color css
<style>
a { background-color: #EE2313; }
a { background-color: rgb(238,35,19); }
div.DivClassName
{
background-color: #EE2313;
}
.BgClassName
{
background-color: #EE2313;
}
</style>
border-color css
<style>
span { border-color: #EE2313; }
span { border-color: rgb(238,35,19); }
td.TdClassName
{
border-color: #EE2313;
}
.TagClassName
{
border-color: #EE2313;
}
</style>