Shades of Scarlet #EE260A
Tints of Scarlet #EE260A
RGB
CMYK
RGB Variations
Color information
#EE260A (or 0xEE260A) is known color: Scarlet. HEX triplet: EE, 26 and 0A. RGB value is (238,38,10). Sum of RGB (Red+Green+Blue) = 238+38+10=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE260A is #11D9F5. Grayscale: #5E5E5E. Windows color (decimal): -1169910 or 665326. OLE color: 665326.
HSL color Cylindrical-coordinate representation of color #EE260A: hue angle of 7.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.07 |
| HSL | 7.37º | 0.92% | 0.49% | - |
| HSV(B) | 7.37º | 0.96% | 0.93% | - |
| XYZ | 36.01 | 19.59 | 2.17 | - |
| YUV | 94.61 | 80.26 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 10 | 0 | 0.84 | 0.96 | 0.07 | 7.37 | 0.92 | 0.49 |
| Hex | EE | 26 | A | 0 | 54 | 60 | 7 | 7 | 5C | 31 |
| Octal | 356 | 46 | 12 | 0 | 124 | 140 | 7 | 7 | 134 | 61 |
| Binary | 11101110 | 100110 | 1010 | 0 | 1010100 | 1100000 | 111 | 111 | 1011100 | 110001 |
Color Harmonies of #EE260A
Complementary color
Monochromatic Colors of #EE260A
Black with #EE260A
Text Example
Text Example
White with #EE260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE260A; }
p { color: rgb(238,38,10); }
H1.HeaderClassName
{
color: #EE260A;
}
.AnyTagClassName
{
color: #EE260A;
}
</style>
background-color css
<style>
a { background-color: #EE260A; }
a { background-color: rgb(238,38,10); }
div.DivClassName
{
background-color: #EE260A;
}
.BgClassName
{
background-color: #EE260A;
}
</style>
border-color css
<style>
span { border-color: #EE260A; }
span { border-color: rgb(238,38,10); }
td.TdClassName
{
border-color: #EE260A;
}
.TagClassName
{
border-color: #EE260A;
}
</style>