Shades of Scarlet #EE1414
Tints of Scarlet #EE1414
RGB
CMYK
RGB Variations
Color information
#EE1414 (or 0xEE1414) is known color: Scarlet. HEX triplet: EE, 14 and 14. RGB value is (238,20,20). Sum of RGB (Red+Green+Blue) = 238+20+20=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1414 is #11EBEB. Grayscale: #555555. Windows color (decimal): -1174508 or 1316078. OLE color: 1316078.
HSL color Cylindrical-coordinate representation of color #EE1414: hue angle of 0º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1414 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.07 |
| HSL | 0º | 0.87% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.93% | - |
| XYZ | 35.64 | 18.73 | 2.4 | - |
| YUV | 85.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 20 | 0 | 0.92 | 0.92 | 0.07 | 0 | 0.87 | 0.51 |
| Hex | EE | 14 | 14 | 0 | 5C | 5C | 7 | 0 | 57 | 33 |
| Octal | 356 | 24 | 24 | 0 | 134 | 134 | 7 | 0 | 127 | 63 |
| Binary | 11101110 | 10100 | 10100 | 0 | 1011100 | 1011100 | 111 | 0 | 1010111 | 110011 |
Color Harmonies of #EE1414
Complementary color
Monochromatic Colors of #EE1414
Black with #EE1414
Text Example
Text Example
White with #EE1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1414; }
p { color: rgb(238,20,20); }
H1.HeaderClassName
{
color: #EE1414;
}
.AnyTagClassName
{
color: #EE1414;
}
</style>
background-color css
<style>
a { background-color: #EE1414; }
a { background-color: rgb(238,20,20); }
div.DivClassName
{
background-color: #EE1414;
}
.BgClassName
{
background-color: #EE1414;
}
</style>
border-color css
<style>
span { border-color: #EE1414; }
span { border-color: rgb(238,20,20); }
td.TdClassName
{
border-color: #EE1414;
}
.TagClassName
{
border-color: #EE1414;
}
</style>