Shades of Scarlet #EE1404
Tints of Scarlet #EE1404
RGB
CMYK
RGB Variations
Color information
#EE1404 (or 0xEE1404) is known color: Scarlet. HEX triplet: EE, 14 and 04. RGB value is (238,20,4). Sum of RGB (Red+Green+Blue) = 238+20+4=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1404 is #11EBFB. Grayscale: #535353. Windows color (decimal): -1174524 or 267502. OLE color: 267502.
HSL color Cylindrical-coordinate representation of color #EE1404: hue angle of 4.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE1404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.07 |
| HSL | 4.1º | 0.97% | 0.47% | - |
| HSV(B) | 4.1º | 0.98% | 0.93% | - |
| XYZ | 35.53 | 18.69 | 1.85 | - |
| YUV | 83.36 | 83.22 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 4 | 0 | 0.92 | 0.98 | 0.07 | 4.1 | 0.97 | 0.47 |
| Hex | EE | 14 | 4 | 0 | 5C | 62 | 7 | 4 | 61 | 2F |
| Octal | 356 | 24 | 4 | 0 | 134 | 142 | 7 | 4 | 141 | 57 |
| Binary | 11101110 | 10100 | 100 | 0 | 1011100 | 1100010 | 111 | 100 | 1100001 | 101111 |
Color Harmonies of #EE1404
Complementary color
Monochromatic Colors of #EE1404
Black with #EE1404
Text Example
Text Example
White with #EE1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1404; }
p { color: rgb(238,20,4); }
H1.HeaderClassName
{
color: #EE1404;
}
.AnyTagClassName
{
color: #EE1404;
}
</style>
background-color css
<style>
a { background-color: #EE1404; }
a { background-color: rgb(238,20,4); }
div.DivClassName
{
background-color: #EE1404;
}
.BgClassName
{
background-color: #EE1404;
}
</style>
border-color css
<style>
span { border-color: #EE1404; }
span { border-color: rgb(238,20,4); }
td.TdClassName
{
border-color: #EE1404;
}
.TagClassName
{
border-color: #EE1404;
}
</style>