Shades of Scarlet #EE3514
Tints of Scarlet #EE3514
RGB
CMYK
RGB Variations
Color information
#EE3514 (or 0xEE3514) is known color: Scarlet. HEX triplet: EE, 35 and 14. RGB value is (238,53,20). Sum of RGB (Red+Green+Blue) = 238+53+20=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3514 is #11CAEB. Grayscale: #686868. Windows color (decimal): -1166060 or 1324526. OLE color: 1324526.
HSL color Cylindrical-coordinate representation of color #EE3514: hue angle of 9.08º 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 #EE3514 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 20 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.07 |
| HSL | 9.08º | 0.87% | 0.51% | - |
| HSV(B) | 9.08º | 0.92% | 0.93% | - |
| XYZ | 36.66 | 20.77 | 2.74 | - |
| YUV | 104.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 20 | 0 | 0.78 | 0.92 | 0.07 | 9.08 | 0.87 | 0.51 |
| Hex | EE | 35 | 14 | 0 | 4E | 5C | 7 | 9 | 57 | 33 |
| Octal | 356 | 65 | 24 | 0 | 116 | 134 | 7 | 11 | 127 | 63 |
| Binary | 11101110 | 110101 | 10100 | 0 | 1001110 | 1011100 | 111 | 1001 | 1010111 | 110011 |
Color Harmonies of #EE3514
Complementary color
Monochromatic Colors of #EE3514
Black with #EE3514
Text Example
Text Example
White with #EE3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3514; }
p { color: rgb(238,53,20); }
H1.HeaderClassName
{
color: #EE3514;
}
.AnyTagClassName
{
color: #EE3514;
}
</style>
background-color css
<style>
a { background-color: #EE3514; }
a { background-color: rgb(238,53,20); }
div.DivClassName
{
background-color: #EE3514;
}
.BgClassName
{
background-color: #EE3514;
}
</style>
border-color css
<style>
span { border-color: #EE3514; }
span { border-color: rgb(238,53,20); }
td.TdClassName
{
border-color: #EE3514;
}
.TagClassName
{
border-color: #EE3514;
}
</style>