Shades of Scarlet #EE1412
Tints of Scarlet #EE1412
RGB
CMYK
RGB Variations
Color information
#EE1412 (or 0xEE1412) is known color: Scarlet. HEX triplet: EE, 14 and 12. RGB value is (238,20,18). Sum of RGB (Red+Green+Blue) = 238+20+18=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1412 is #11EBED. Grayscale: #555555. Windows color (decimal): -1174510 or 1185006. OLE color: 1185006.
HSL color Cylindrical-coordinate representation of color #EE1412: hue angle of 0.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1412 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.07 |
| HSL | 0.55º | 0.87% | 0.5% | - |
| HSV(B) | 0.55º | 0.92% | 0.93% | - |
| XYZ | 35.62 | 18.72 | 2.31 | - |
| YUV | 84.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 18 | 0 | 0.92 | 0.92 | 0.07 | 0.55 | 0.87 | 0.5 |
| Hex | EE | 14 | 12 | 0 | 5C | 5C | 7 | 1 | 57 | 32 |
| Octal | 356 | 24 | 22 | 0 | 134 | 134 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10100 | 10010 | 0 | 1011100 | 1011100 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1412
Complementary color
Monochromatic Colors of #EE1412
Black with #EE1412
Text Example
Text Example
White with #EE1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1412; }
p { color: rgb(238,20,18); }
H1.HeaderClassName
{
color: #EE1412;
}
.AnyTagClassName
{
color: #EE1412;
}
</style>
background-color css
<style>
a { background-color: #EE1412; }
a { background-color: rgb(238,20,18); }
div.DivClassName
{
background-color: #EE1412;
}
.BgClassName
{
background-color: #EE1412;
}
</style>
border-color css
<style>
span { border-color: #EE1412; }
span { border-color: rgb(238,20,18); }
td.TdClassName
{
border-color: #EE1412;
}
.TagClassName
{
border-color: #EE1412;
}
</style>