Shades of Scarlet #EE250A
Tints of Scarlet #EE250A
RGB
CMYK
RGB Variations
Color information
#EE250A (or 0xEE250A) is known color: Scarlet. HEX triplet: EE, 25 and 0A. RGB value is (238,37,10). Sum of RGB (Red+Green+Blue) = 238+37+10=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE250A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE250A is #11DAF5. Grayscale: #5E5E5E. Windows color (decimal): -1170166 or 665070. OLE color: 665070.
HSL color Cylindrical-coordinate representation of color #EE250A: hue angle of 7.11º 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 #EE250A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.07 |
| HSL | 7.11º | 0.92% | 0.49% | - |
| HSV(B) | 7.11º | 0.96% | 0.93% | - |
| XYZ | 35.98 | 19.52 | 2.16 | - |
| YUV | 94.02 | 80.59 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 10 | 0 | 0.84 | 0.96 | 0.07 | 7.11 | 0.92 | 0.49 |
| Hex | EE | 25 | A | 0 | 54 | 60 | 7 | 7 | 5C | 31 |
| Octal | 356 | 45 | 12 | 0 | 124 | 140 | 7 | 7 | 134 | 61 |
| Binary | 11101110 | 100101 | 1010 | 0 | 1010100 | 1100000 | 111 | 111 | 1011100 | 110001 |
Color Harmonies of #EE250A
Complementary color
Monochromatic Colors of #EE250A
Black with #EE250A
Text Example
Text Example
White with #EE250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE250A; }
p { color: rgb(238,37,10); }
H1.HeaderClassName
{
color: #EE250A;
}
.AnyTagClassName
{
color: #EE250A;
}
</style>
background-color css
<style>
a { background-color: #EE250A; }
a { background-color: rgb(238,37,10); }
div.DivClassName
{
background-color: #EE250A;
}
.BgClassName
{
background-color: #EE250A;
}
</style>
border-color css
<style>
span { border-color: #EE250A; }
span { border-color: rgb(238,37,10); }
td.TdClassName
{
border-color: #EE250A;
}
.TagClassName
{
border-color: #EE250A;
}
</style>