Shades of Scarlet #EE1409
Tints of Scarlet #EE1409
RGB
CMYK
RGB Variations
Color information
#EE1409 (or 0xEE1409) is known color: Scarlet. HEX triplet: EE, 14 and 09. RGB value is (238,20,9). Sum of RGB (Red+Green+Blue) = 238+20+9=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1409 is #11EBF6. Grayscale: #545454. Windows color (decimal): -1174519 or 595182. OLE color: 595182.
HSL color Cylindrical-coordinate representation of color #EE1409: hue angle of 2.88º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE1409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.07 |
| HSL | 2.88º | 0.93% | 0.48% | - |
| HSV(B) | 2.88º | 0.96% | 0.93% | - |
| XYZ | 35.56 | 18.7 | 1.99 | - |
| YUV | 83.93 | 85.72 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 9 | 0 | 0.92 | 0.96 | 0.07 | 2.88 | 0.93 | 0.48 |
| Hex | EE | 14 | 9 | 0 | 5C | 60 | 7 | 3 | 5D | 30 |
| Octal | 356 | 24 | 11 | 0 | 134 | 140 | 7 | 3 | 135 | 60 |
| Binary | 11101110 | 10100 | 1001 | 0 | 1011100 | 1100000 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #EE1409
Complementary color
Monochromatic Colors of #EE1409
Black with #EE1409
Text Example
Text Example
White with #EE1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1409; }
p { color: rgb(238,20,9); }
H1.HeaderClassName
{
color: #EE1409;
}
.AnyTagClassName
{
color: #EE1409;
}
</style>
background-color css
<style>
a { background-color: #EE1409; }
a { background-color: rgb(238,20,9); }
div.DivClassName
{
background-color: #EE1409;
}
.BgClassName
{
background-color: #EE1409;
}
</style>
border-color css
<style>
span { border-color: #EE1409; }
span { border-color: rgb(238,20,9); }
td.TdClassName
{
border-color: #EE1409;
}
.TagClassName
{
border-color: #EE1409;
}
</style>