Shades of Scarlet #EE1411
Tints of Scarlet #EE1411
RGB
CMYK
RGB Variations
Color information
#EE1411 (or 0xEE1411) is known color: Scarlet. HEX triplet: EE, 14 and 11. RGB value is (238,20,17). Sum of RGB (Red+Green+Blue) = 238+20+17=275 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1411 is #11EBEE. Grayscale: #555555. Windows color (decimal): -1174511 or 1119470. OLE color: 1119470.
HSL color Cylindrical-coordinate representation of color #EE1411: hue angle of 0.81º 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 #EE1411 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 0.81º | 0.87% | 0.5% | - |
| HSV(B) | 0.81º | 0.93% | 0.93% | - |
| XYZ | 35.61 | 18.72 | 2.27 | - |
| YUV | 84.84 | 89.72 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 17 | 0 | 0.92 | 0.93 | 0.07 | 0.81 | 0.87 | 0.5 |
| Hex | EE | 14 | 11 | 0 | 5C | 5D | 7 | 1 | 57 | 32 |
| Octal | 356 | 24 | 21 | 0 | 134 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10100 | 10001 | 0 | 1011100 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1411
Complementary color
Monochromatic Colors of #EE1411
Black with #EE1411
Text Example
Text Example
White with #EE1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1411; }
p { color: rgb(238,20,17); }
H1.HeaderClassName
{
color: #EE1411;
}
.AnyTagClassName
{
color: #EE1411;
}
</style>
background-color css
<style>
a { background-color: #EE1411; }
a { background-color: rgb(238,20,17); }
div.DivClassName
{
background-color: #EE1411;
}
.BgClassName
{
background-color: #EE1411;
}
</style>
border-color css
<style>
span { border-color: #EE1411; }
span { border-color: rgb(238,20,17); }
td.TdClassName
{
border-color: #EE1411;
}
.TagClassName
{
border-color: #EE1411;
}
</style>