Shades of Scarlet #EE3214
Tints of Scarlet #EE3214
RGB
CMYK
RGB Variations
Color information
#EE3214 (or 0xEE3214) is known color: Scarlet. HEX triplet: EE, 32 and 14. RGB value is (238,50,20). Sum of RGB (Red+Green+Blue) = 238+50+20=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3214 is #11CDEB. Grayscale: #676767. Windows color (decimal): -1166828 or 1323758. OLE color: 1323758.
HSL color Cylindrical-coordinate representation of color #EE3214: hue angle of 8.26º 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 #EE3214 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 20 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.07 |
| HSL | 8.26º | 0.87% | 0.51% | - |
| HSV(B) | 8.26º | 0.92% | 0.93% | - |
| XYZ | 36.53 | 20.51 | 2.7 | - |
| YUV | 102.79 | 81.28 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 20 | 0 | 0.79 | 0.92 | 0.07 | 8.26 | 0.87 | 0.51 |
| Hex | EE | 32 | 14 | 0 | 4F | 5C | 7 | 8 | 57 | 33 |
| Octal | 356 | 62 | 24 | 0 | 117 | 134 | 7 | 10 | 127 | 63 |
| Binary | 11101110 | 110010 | 10100 | 0 | 1001111 | 1011100 | 111 | 1000 | 1010111 | 110011 |
Color Harmonies of #EE3214
Complementary color
Monochromatic Colors of #EE3214
Black with #EE3214
Text Example
Text Example
White with #EE3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3214; }
p { color: rgb(238,50,20); }
H1.HeaderClassName
{
color: #EE3214;
}
.AnyTagClassName
{
color: #EE3214;
}
</style>
background-color css
<style>
a { background-color: #EE3214; }
a { background-color: rgb(238,50,20); }
div.DivClassName
{
background-color: #EE3214;
}
.BgClassName
{
background-color: #EE3214;
}
</style>
border-color css
<style>
span { border-color: #EE3214; }
span { border-color: rgb(238,50,20); }
td.TdClassName
{
border-color: #EE3214;
}
.TagClassName
{
border-color: #EE3214;
}
</style>