Shades of Scarlet #EE2514
Tints of Scarlet #EE2514
RGB
CMYK
RGB Variations
Color information
#EE2514 (or 0xEE2514) is known color: Scarlet. HEX triplet: EE, 25 and 14. RGB value is (238,37,20). Sum of RGB (Red+Green+Blue) = 238+37+20=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2514 is #11DAEB. Grayscale: #5F5F5F. Windows color (decimal): -1170156 or 1320430. OLE color: 1320430.
HSL color Cylindrical-coordinate representation of color #EE2514: hue angle of 4.68º 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 #EE2514 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.07 |
| HSL | 4.68º | 0.87% | 0.51% | - |
| HSV(B) | 4.68º | 0.92% | 0.93% | - |
| XYZ | 36.05 | 19.55 | 2.54 | - |
| YUV | 95.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 20 | 0 | 0.84 | 0.92 | 0.07 | 4.68 | 0.87 | 0.51 |
| Hex | EE | 25 | 14 | 0 | 54 | 5C | 7 | 5 | 57 | 33 |
| Octal | 356 | 45 | 24 | 0 | 124 | 134 | 7 | 5 | 127 | 63 |
| Binary | 11101110 | 100101 | 10100 | 0 | 1010100 | 1011100 | 111 | 101 | 1010111 | 110011 |
Color Harmonies of #EE2514
Complementary color
Monochromatic Colors of #EE2514
Black with #EE2514
Text Example
Text Example
White with #EE2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2514; }
p { color: rgb(238,37,20); }
H1.HeaderClassName
{
color: #EE2514;
}
.AnyTagClassName
{
color: #EE2514;
}
</style>
background-color css
<style>
a { background-color: #EE2514; }
a { background-color: rgb(238,37,20); }
div.DivClassName
{
background-color: #EE2514;
}
.BgClassName
{
background-color: #EE2514;
}
</style>
border-color css
<style>
span { border-color: #EE2514; }
span { border-color: rgb(238,37,20); }
td.TdClassName
{
border-color: #EE2514;
}
.TagClassName
{
border-color: #EE2514;
}
</style>