Shades of Scarlet #EE1613
Tints of Scarlet #EE1613
RGB
CMYK
RGB Variations
Color information
#EE1613 (or 0xEE1613) is known color: Scarlet. HEX triplet: EE, 16 and 13. RGB value is (238,22,19). Sum of RGB (Red+Green+Blue) = 238+22+19=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1613 is #11E9EC. Grayscale: #565656. Windows color (decimal): -1173997 or 1251054. OLE color: 1251054.
HSL color Cylindrical-coordinate representation of color #EE1613: hue angle of 0.82º 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 #EE1613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.07 |
| HSL | 0.82º | 0.87% | 0.5% | - |
| HSV(B) | 0.82º | 0.92% | 0.93% | - |
| XYZ | 35.66 | 18.8 | 2.36 | - |
| YUV | 86.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 19 | 0 | 0.91 | 0.92 | 0.07 | 0.82 | 0.87 | 0.5 |
| Hex | EE | 16 | 13 | 0 | 5B | 5C | 7 | 1 | 57 | 32 |
| Octal | 356 | 26 | 23 | 0 | 133 | 134 | 7 | 1 | 127 | 62 |
| Binary | 11101110 | 10110 | 10011 | 0 | 1011011 | 1011100 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #EE1613
Complementary color
Monochromatic Colors of #EE1613
Black with #EE1613
Text Example
Text Example
White with #EE1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1613; }
p { color: rgb(238,22,19); }
H1.HeaderClassName
{
color: #EE1613;
}
.AnyTagClassName
{
color: #EE1613;
}
</style>
background-color css
<style>
a { background-color: #EE1613; }
a { background-color: rgb(238,22,19); }
div.DivClassName
{
background-color: #EE1613;
}
.BgClassName
{
background-color: #EE1613;
}
</style>
border-color css
<style>
span { border-color: #EE1613; }
span { border-color: rgb(238,22,19); }
td.TdClassName
{
border-color: #EE1613;
}
.TagClassName
{
border-color: #EE1613;
}
</style>