Shades of Scarlet #EE2505
Tints of Scarlet #EE2505
RGB
CMYK
RGB Variations
Color information
#EE2505 (or 0xEE2505) is known color: Scarlet. HEX triplet: EE, 25 and 05. RGB value is (238,37,5). Sum of RGB (Red+Green+Blue) = 238+37+5=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2505 is #11DAFA. Grayscale: #5D5D5D. Windows color (decimal): -1170171 or 337390. OLE color: 337390.
HSL color Cylindrical-coordinate representation of color #EE2505: hue angle of 8.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE2505 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.07 |
| HSL | 8.24º | 0.96% | 0.48% | - |
| HSV(B) | 8.24º | 0.98% | 0.93% | - |
| XYZ | 35.95 | 19.51 | 2.01 | - |
| YUV | 93.45 | 78.09 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 5 | 0 | 0.84 | 0.98 | 0.07 | 8.24 | 0.96 | 0.48 |
| Hex | EE | 25 | 5 | 0 | 54 | 62 | 7 | 8 | 60 | 30 |
| Octal | 356 | 45 | 5 | 0 | 124 | 142 | 7 | 10 | 140 | 60 |
| Binary | 11101110 | 100101 | 101 | 0 | 1010100 | 1100010 | 111 | 1000 | 1100000 | 110000 |
Color Harmonies of #EE2505
Complementary color
Monochromatic Colors of #EE2505
Black with #EE2505
Text Example
Text Example
White with #EE2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2505; }
p { color: rgb(238,37,5); }
H1.HeaderClassName
{
color: #EE2505;
}
.AnyTagClassName
{
color: #EE2505;
}
</style>
background-color css
<style>
a { background-color: #EE2505; }
a { background-color: rgb(238,37,5); }
div.DivClassName
{
background-color: #EE2505;
}
.BgClassName
{
background-color: #EE2505;
}
</style>
border-color css
<style>
span { border-color: #EE2505; }
span { border-color: rgb(238,37,5); }
td.TdClassName
{
border-color: #EE2505;
}
.TagClassName
{
border-color: #EE2505;
}
</style>