Shades of Scarlet #EE1904
Tints of Scarlet #EE1904
RGB
CMYK
RGB Variations
Color information
#EE1904 (or 0xEE1904) is known color: Scarlet. HEX triplet: EE, 19 and 04. RGB value is (238,25,4). Sum of RGB (Red+Green+Blue) = 238+25+4=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1904 is #11E6FB. Grayscale: #565656. Windows color (decimal): -1173244 or 268782. OLE color: 268782.
HSL color Cylindrical-coordinate representation of color #EE1904: hue angle of 5.38º 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 #EE1904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.07 |
| HSL | 5.38º | 0.97% | 0.47% | - |
| HSV(B) | 5.38º | 0.98% | 0.93% | - |
| XYZ | 35.63 | 18.88 | 1.88 | - |
| YUV | 86.29 | 81.57 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 4 | 0 | 0.89 | 0.98 | 0.07 | 5.38 | 0.97 | 0.47 |
| Hex | EE | 19 | 4 | 0 | 59 | 62 | 7 | 5 | 61 | 2F |
| Octal | 356 | 31 | 4 | 0 | 131 | 142 | 7 | 5 | 141 | 57 |
| Binary | 11101110 | 11001 | 100 | 0 | 1011001 | 1100010 | 111 | 101 | 1100001 | 101111 |
Color Harmonies of #EE1904
Complementary color
Monochromatic Colors of #EE1904
Black with #EE1904
Text Example
Text Example
White with #EE1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1904; }
p { color: rgb(238,25,4); }
H1.HeaderClassName
{
color: #EE1904;
}
.AnyTagClassName
{
color: #EE1904;
}
</style>
background-color css
<style>
a { background-color: #EE1904; }
a { background-color: rgb(238,25,4); }
div.DivClassName
{
background-color: #EE1904;
}
.BgClassName
{
background-color: #EE1904;
}
</style>
border-color css
<style>
span { border-color: #EE1904; }
span { border-color: rgb(238,25,4); }
td.TdClassName
{
border-color: #EE1904;
}
.TagClassName
{
border-color: #EE1904;
}
</style>