Shades of Scarlet #EE241E
Tints of Scarlet #EE241E
RGB
CMYK
RGB Variations
Color information
#EE241E (or 0xEE241E) is known color: Scarlet. HEX triplet: EE, 24 and 1E. RGB value is (238,36,30). Sum of RGB (Red+Green+Blue) = 238+36+30=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE241E is #11DBE1. Grayscale: #5F5F5F. Windows color (decimal): -1170402 or 1975534. OLE color: 1975534.
HSL color Cylindrical-coordinate representation of color #EE241E: hue angle of 1.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE241E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.07 |
| HSL | 1.73º | 0.86% | 0.53% | - |
| HSV(B) | 1.73º | 0.87% | 0.93% | - |
| XYZ | 36.13 | 19.53 | 3.09 | - |
| YUV | 95.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 30 | 0 | 0.85 | 0.87 | 0.07 | 1.73 | 0.86 | 0.53 |
| Hex | EE | 24 | 1E | 0 | 55 | 57 | 7 | 2 | 56 | 35 |
| Octal | 356 | 44 | 36 | 0 | 125 | 127 | 7 | 2 | 126 | 65 |
| Binary | 11101110 | 100100 | 11110 | 0 | 1010101 | 1010111 | 111 | 10 | 1010110 | 110101 |
Color Harmonies of #EE241E
Complementary color
Monochromatic Colors of #EE241E
Black with #EE241E
Text Example
Text Example
White with #EE241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE241E; }
p { color: rgb(238,36,30); }
H1.HeaderClassName
{
color: #EE241E;
}
.AnyTagClassName
{
color: #EE241E;
}
</style>
background-color css
<style>
a { background-color: #EE241E; }
a { background-color: rgb(238,36,30); }
div.DivClassName
{
background-color: #EE241E;
}
.BgClassName
{
background-color: #EE241E;
}
</style>
border-color css
<style>
span { border-color: #EE241E; }
span { border-color: rgb(238,36,30); }
td.TdClassName
{
border-color: #EE241E;
}
.TagClassName
{
border-color: #EE241E;
}
</style>