Shades of Scarlet #EE1302
Tints of Scarlet #EE1302
RGB
CMYK
RGB Variations
Color information
#EE1302 (or 0xEE1302) is known color: Scarlet. HEX triplet: EE, 13 and 02. RGB value is (238,19,2). Sum of RGB (Red+Green+Blue) = 238+19+2=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1302 is #11ECFD. Grayscale: #525252. Windows color (decimal): -1174782 or 136174. OLE color: 136174.
HSL color Cylindrical-coordinate representation of color #EE1302: hue angle of 4.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE1302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.07 |
| HSL | 4.32º | 0.98% | 0.47% | - |
| HSV(B) | 4.32º | 0.99% | 0.93% | - |
| XYZ | 35.5 | 18.65 | 1.79 | - |
| YUV | 82.54 | 82.55 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 2 | 0 | 0.92 | 0.99 | 0.07 | 4.32 | 0.98 | 0.47 |
| Hex | EE | 13 | 2 | 0 | 5C | 63 | 7 | 4 | 62 | 2F |
| Octal | 356 | 23 | 2 | 0 | 134 | 143 | 7 | 4 | 142 | 57 |
| Binary | 11101110 | 10011 | 10 | 0 | 1011100 | 1100011 | 111 | 100 | 1100010 | 101111 |
Color Harmonies of #EE1302
Complementary color
Monochromatic Colors of #EE1302
Black with #EE1302
Text Example
Text Example
White with #EE1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1302; }
p { color: rgb(238,19,2); }
H1.HeaderClassName
{
color: #EE1302;
}
.AnyTagClassName
{
color: #EE1302;
}
</style>
background-color css
<style>
a { background-color: #EE1302; }
a { background-color: rgb(238,19,2); }
div.DivClassName
{
background-color: #EE1302;
}
.BgClassName
{
background-color: #EE1302;
}
</style>
border-color css
<style>
span { border-color: #EE1302; }
span { border-color: rgb(238,19,2); }
td.TdClassName
{
border-color: #EE1302;
}
.TagClassName
{
border-color: #EE1302;
}
</style>