Shades of Scarlet #EE2B14
Tints of Scarlet #EE2B14
RGB
CMYK
RGB Variations
Color information
#EE2B14 (or 0xEE2B14) is known color: Scarlet. HEX triplet: EE, 2B and 14. RGB value is (238,43,20). Sum of RGB (Red+Green+Blue) = 238+43+20=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2B14 is #11D4EB. Grayscale: #626262. Windows color (decimal): -1168620 or 1321966. OLE color: 1321966.
HSL color Cylindrical-coordinate representation of color #EE2B14: hue angle of 6.33º 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 #EE2B14 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 20 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.07 |
| HSL | 6.33º | 0.87% | 0.51% | - |
| HSV(B) | 6.33º | 0.92% | 0.93% | - |
| XYZ | 36.25 | 19.96 | 2.6 | - |
| YUV | 98.68 | 83.6 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 20 | 0 | 0.82 | 0.92 | 0.07 | 6.33 | 0.87 | 0.51 |
| Hex | EE | 2B | 14 | 0 | 52 | 5C | 7 | 6 | 57 | 33 |
| Octal | 356 | 53 | 24 | 0 | 122 | 134 | 7 | 6 | 127 | 63 |
| Binary | 11101110 | 101011 | 10100 | 0 | 1010010 | 1011100 | 111 | 110 | 1010111 | 110011 |
Color Harmonies of #EE2B14
Complementary color
Monochromatic Colors of #EE2B14
Black with #EE2B14
Text Example
Text Example
White with #EE2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2B14; }
p { color: rgb(238,43,20); }
H1.HeaderClassName
{
color: #EE2B14;
}
.AnyTagClassName
{
color: #EE2B14;
}
</style>
background-color css
<style>
a { background-color: #EE2B14; }
a { background-color: rgb(238,43,20); }
div.DivClassName
{
background-color: #EE2B14;
}
.BgClassName
{
background-color: #EE2B14;
}
</style>
border-color css
<style>
span { border-color: #EE2B14; }
span { border-color: rgb(238,43,20); }
td.TdClassName
{
border-color: #EE2B14;
}
.TagClassName
{
border-color: #EE2B14;
}
</style>