Shades of Scarlet #EE2404
Tints of Scarlet #EE2404
RGB
CMYK
RGB Variations
Color information
#EE2404 (or 0xEE2404) is known color: Scarlet. HEX triplet: EE, 24 and 04. RGB value is (238,36,4). Sum of RGB (Red+Green+Blue) = 238+36+4=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2404 is #11DBFB. Grayscale: #5D5D5D. Windows color (decimal): -1170428 or 271598. OLE color: 271598.
HSL color Cylindrical-coordinate representation of color #EE2404: hue angle of 8.21º 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 #EE2404 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.07 |
| HSL | 8.21º | 0.97% | 0.47% | - |
| HSV(B) | 8.21º | 0.98% | 0.93% | - |
| XYZ | 35.91 | 19.45 | 1.98 | - |
| YUV | 92.75 | 77.92 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 4 | 0 | 0.85 | 0.98 | 0.07 | 8.21 | 0.97 | 0.47 |
| Hex | EE | 24 | 4 | 0 | 55 | 62 | 7 | 8 | 61 | 2F |
| Octal | 356 | 44 | 4 | 0 | 125 | 142 | 7 | 10 | 141 | 57 |
| Binary | 11101110 | 100100 | 100 | 0 | 1010101 | 1100010 | 111 | 1000 | 1100001 | 101111 |
Color Harmonies of #EE2404
Complementary color
Monochromatic Colors of #EE2404
Black with #EE2404
Text Example
Text Example
White with #EE2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2404; }
p { color: rgb(238,36,4); }
H1.HeaderClassName
{
color: #EE2404;
}
.AnyTagClassName
{
color: #EE2404;
}
</style>
background-color css
<style>
a { background-color: #EE2404; }
a { background-color: rgb(238,36,4); }
div.DivClassName
{
background-color: #EE2404;
}
.BgClassName
{
background-color: #EE2404;
}
</style>
border-color css
<style>
span { border-color: #EE2404; }
span { border-color: rgb(238,36,4); }
td.TdClassName
{
border-color: #EE2404;
}
.TagClassName
{
border-color: #EE2404;
}
</style>