Shades of Scarlet #EE1402
Tints of Scarlet #EE1402
RGB
CMYK
RGB Variations
Color information
#EE1402 (or 0xEE1402) is known color: Scarlet. HEX triplet: EE, 14 and 02. RGB value is (238,20,2). Sum of RGB (Red+Green+Blue) = 238+20+2=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1402 is #11EBFD. Grayscale: #535353. Windows color (decimal): -1174526 or 136430. OLE color: 136430.
HSL color Cylindrical-coordinate representation of color #EE1402: hue angle of 4.58º 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 #EE1402 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.07 |
| HSL | 4.58º | 0.98% | 0.47% | - |
| HSV(B) | 4.58º | 0.99% | 0.93% | - |
| XYZ | 35.52 | 18.68 | 1.79 | - |
| YUV | 83.13 | 82.22 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 2 | 0 | 0.92 | 0.99 | 0.07 | 4.58 | 0.98 | 0.47 |
| Hex | EE | 14 | 2 | 0 | 5C | 63 | 7 | 5 | 62 | 2F |
| Octal | 356 | 24 | 2 | 0 | 134 | 143 | 7 | 5 | 142 | 57 |
| Binary | 11101110 | 10100 | 10 | 0 | 1011100 | 1100011 | 111 | 101 | 1100010 | 101111 |
Color Harmonies of #EE1402
Complementary color
Monochromatic Colors of #EE1402
Black with #EE1402
Text Example
Text Example
White with #EE1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1402; }
p { color: rgb(238,20,2); }
H1.HeaderClassName
{
color: #EE1402;
}
.AnyTagClassName
{
color: #EE1402;
}
</style>
background-color css
<style>
a { background-color: #EE1402; }
a { background-color: rgb(238,20,2); }
div.DivClassName
{
background-color: #EE1402;
}
.BgClassName
{
background-color: #EE1402;
}
</style>
border-color css
<style>
span { border-color: #EE1402; }
span { border-color: rgb(238,20,2); }
td.TdClassName
{
border-color: #EE1402;
}
.TagClassName
{
border-color: #EE1402;
}
</style>