Shades of Scarlet #EE2E04
Tints of Scarlet #EE2E04
RGB
CMYK
RGB Variations
Color information
#EE2E04 (or 0xEE2E04) is known color: Scarlet. HEX triplet: EE, 2E and 04. RGB value is (238,46,4). Sum of RGB (Red+Green+Blue) = 238+46+4=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2E04 is #11D1FB. Grayscale: #626262. Windows color (decimal): -1167868 or 274158. OLE color: 274158.
HSL color Cylindrical-coordinate representation of color #EE2E04: hue angle of 10.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE2E04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.07 |
| HSL | 10.77º | 0.97% | 0.47% | - |
| HSV(B) | 10.77º | 0.98% | 0.93% | - |
| XYZ | 36.26 | 20.14 | 2.09 | - |
| YUV | 98.62 | 74.61 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 4 | 0 | 0.81 | 0.98 | 0.07 | 10.77 | 0.97 | 0.47 |
| Hex | EE | 2E | 4 | 0 | 51 | 62 | 7 | B | 61 | 2F |
| Octal | 356 | 56 | 4 | 0 | 121 | 142 | 7 | 13 | 141 | 57 |
| Binary | 11101110 | 101110 | 100 | 0 | 1010001 | 1100010 | 111 | 1011 | 1100001 | 101111 |
Color Harmonies of #EE2E04
Complementary color
Monochromatic Colors of #EE2E04
Black with #EE2E04
Text Example
Text Example
White with #EE2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2E04; }
p { color: rgb(238,46,4); }
H1.HeaderClassName
{
color: #EE2E04;
}
.AnyTagClassName
{
color: #EE2E04;
}
</style>
background-color css
<style>
a { background-color: #EE2E04; }
a { background-color: rgb(238,46,4); }
div.DivClassName
{
background-color: #EE2E04;
}
.BgClassName
{
background-color: #EE2E04;
}
</style>
border-color css
<style>
span { border-color: #EE2E04; }
span { border-color: rgb(238,46,4); }
td.TdClassName
{
border-color: #EE2E04;
}
.TagClassName
{
border-color: #EE2E04;
}
</style>