Shades of Scarlet #EE1410
Tints of Scarlet #EE1410
RGB
CMYK
RGB Variations
Color information
#EE1410 (or 0xEE1410) is known color: Scarlet. HEX triplet: EE, 14 and 10. RGB value is (238,20,16). Sum of RGB (Red+Green+Blue) = 238+20+16=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1410 is #11EBEF. Grayscale: #545454. Windows color (decimal): -1174512 or 1053934. OLE color: 1053934.
HSL color Cylindrical-coordinate representation of color #EE1410: hue angle of 1.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1410 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 1.08º | 0.87% | 0.5% | - |
| HSV(B) | 1.08º | 0.93% | 0.93% | - |
| XYZ | 35.6 | 18.71 | 2.23 | - |
| YUV | 84.73 | 89.22 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 16 | 0 | 0.92 | 0.93 | 0.07 | 1.08 | 0.87 | 0.5 |
| Hex | EE | 14 | 10 | 0 | 5C | 5D | 7 | 1 | 57 | 32 |
| Octal | 356 | 24 | 20 | 0 | 134 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10100 | 10000 | 0 | 1011100 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1410
Complementary color
Monochromatic Colors of #EE1410
Black with #EE1410
Text Example
Text Example
White with #EE1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1410; }
p { color: rgb(238,20,16); }
H1.HeaderClassName
{
color: #EE1410;
}
.AnyTagClassName
{
color: #EE1410;
}
</style>
background-color css
<style>
a { background-color: #EE1410; }
a { background-color: rgb(238,20,16); }
div.DivClassName
{
background-color: #EE1410;
}
.BgClassName
{
background-color: #EE1410;
}
</style>
border-color css
<style>
span { border-color: #EE1410; }
span { border-color: rgb(238,20,16); }
td.TdClassName
{
border-color: #EE1410;
}
.TagClassName
{
border-color: #EE1410;
}
</style>