Shades of Scarlet #EE240C
Tints of Scarlet #EE240C
RGB
CMYK
RGB Variations
Color information
#EE240C (or 0xEE240C) is known color: Scarlet. HEX triplet: EE, 24 and 0C. RGB value is (238,36,12). Sum of RGB (Red+Green+Blue) = 238+36+12=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE240C is #11DBF3. Grayscale: #5D5D5D. Windows color (decimal): -1170420 or 795886. OLE color: 795886.
HSL color Cylindrical-coordinate representation of color #EE240C: hue angle of 6.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE240C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.07 |
| HSL | 6.37º | 0.9% | 0.49% | - |
| HSV(B) | 6.37º | 0.95% | 0.93% | - |
| XYZ | 35.96 | 19.47 | 2.21 | - |
| YUV | 93.66 | 81.92 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 12 | 0 | 0.85 | 0.95 | 0.07 | 6.37 | 0.9 | 0.49 |
| Hex | EE | 24 | C | 0 | 55 | 5F | 7 | 6 | 5A | 31 |
| Octal | 356 | 44 | 14 | 0 | 125 | 137 | 7 | 6 | 132 | 61 |
| Binary | 11101110 | 100100 | 1100 | 0 | 1010101 | 1011111 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #EE240C
Complementary color
Monochromatic Colors of #EE240C
Black with #EE240C
Text Example
Text Example
White with #EE240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE240C; }
p { color: rgb(238,36,12); }
H1.HeaderClassName
{
color: #EE240C;
}
.AnyTagClassName
{
color: #EE240C;
}
</style>
background-color css
<style>
a { background-color: #EE240C; }
a { background-color: rgb(238,36,12); }
div.DivClassName
{
background-color: #EE240C;
}
.BgClassName
{
background-color: #EE240C;
}
</style>
border-color css
<style>
span { border-color: #EE240C; }
span { border-color: rgb(238,36,12); }
td.TdClassName
{
border-color: #EE240C;
}
.TagClassName
{
border-color: #EE240C;
}
</style>