Shades of Scarlet #EE3313
Tints of Scarlet #EE3313
RGB
CMYK
RGB Variations
Color information
#EE3313 (or 0xEE3313) is known color: Scarlet. HEX triplet: EE, 33 and 13. RGB value is (238,51,19). Sum of RGB (Red+Green+Blue) = 238+51+19=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3313 is #11CCEC. Grayscale: #676767. Windows color (decimal): -1166573 or 1258478. OLE color: 1258478.
HSL color Cylindrical-coordinate representation of color #EE3313: hue angle of 8.77º 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 #EE3313 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.07 |
| HSL | 8.77º | 0.87% | 0.5% | - |
| HSV(B) | 8.77º | 0.92% | 0.93% | - |
| XYZ | 36.56 | 20.59 | 2.66 | - |
| YUV | 103.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 19 | 0 | 0.79 | 0.92 | 0.07 | 8.77 | 0.87 | 0.5 |
| Hex | EE | 33 | 13 | 0 | 4F | 5C | 7 | 9 | 57 | 32 |
| Octal | 356 | 63 | 23 | 0 | 117 | 134 | 7 | 11 | 127 | 62 |
| Binary | 11101110 | 110011 | 10011 | 0 | 1001111 | 1011100 | 111 | 1001 | 1010111 | 110010 |
Color Harmonies of #EE3313
Complementary color
Monochromatic Colors of #EE3313
Black with #EE3313
Text Example
Text Example
White with #EE3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3313; }
p { color: rgb(238,51,19); }
H1.HeaderClassName
{
color: #EE3313;
}
.AnyTagClassName
{
color: #EE3313;
}
</style>
background-color css
<style>
a { background-color: #EE3313; }
a { background-color: rgb(238,51,19); }
div.DivClassName
{
background-color: #EE3313;
}
.BgClassName
{
background-color: #EE3313;
}
</style>
border-color css
<style>
span { border-color: #EE3313; }
span { border-color: rgb(238,51,19); }
td.TdClassName
{
border-color: #EE3313;
}
.TagClassName
{
border-color: #EE3313;
}
</style>