Shades of Scarlet #EE231A
Tints of Scarlet #EE231A
RGB
CMYK
RGB Variations
Color information
#EE231A (or 0xEE231A) is known color: Scarlet. HEX triplet: EE, 23 and 1A. RGB value is (238,35,26). Sum of RGB (Red+Green+Blue) = 238+35+26=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE231A is #11DCE5. Grayscale: #5E5E5E. Windows color (decimal): -1170662 or 1713134. OLE color: 1713134.
HSL color Cylindrical-coordinate representation of color #EE231A: hue angle of 2.55º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE231A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.07 |
| HSL | 2.55º | 0.86% | 0.52% | - |
| HSV(B) | 2.55º | 0.89% | 0.93% | - |
| XYZ | 36.05 | 19.45 | 2.83 | - |
| YUV | 94.67 | 89.25 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 26 | 0 | 0.85 | 0.89 | 0.07 | 2.55 | 0.86 | 0.52 |
| Hex | EE | 23 | 1A | 0 | 55 | 59 | 7 | 3 | 56 | 34 |
| Octal | 356 | 43 | 32 | 0 | 125 | 131 | 7 | 3 | 126 | 64 |
| Binary | 11101110 | 100011 | 11010 | 0 | 1010101 | 1011001 | 111 | 11 | 1010110 | 110100 |
Color Harmonies of #EE231A
Complementary color
Monochromatic Colors of #EE231A
Black with #EE231A
Text Example
Text Example
White with #EE231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE231A; }
p { color: rgb(238,35,26); }
H1.HeaderClassName
{
color: #EE231A;
}
.AnyTagClassName
{
color: #EE231A;
}
</style>
background-color css
<style>
a { background-color: #EE231A; }
a { background-color: rgb(238,35,26); }
div.DivClassName
{
background-color: #EE231A;
}
.BgClassName
{
background-color: #EE231A;
}
</style>
border-color css
<style>
span { border-color: #EE231A; }
span { border-color: rgb(238,35,26); }
td.TdClassName
{
border-color: #EE231A;
}
.TagClassName
{
border-color: #EE231A;
}
</style>