Shades of Scarlet #EE2405
Tints of Scarlet #EE2405
RGB
CMYK
RGB Variations
Color information
#EE2405 (or 0xEE2405) is known color: Scarlet. HEX triplet: EE, 24 and 05. RGB value is (238,36,5). Sum of RGB (Red+Green+Blue) = 238+36+5=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2405 is #11DBFA. Grayscale: #5D5D5D. Windows color (decimal): -1170427 or 337134. OLE color: 337134.
HSL color Cylindrical-coordinate representation of color #EE2405: hue angle of 7.98º 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 #EE2405 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.07 |
| HSL | 7.98º | 0.96% | 0.48% | - |
| HSV(B) | 7.98º | 0.98% | 0.93% | - |
| XYZ | 35.92 | 19.45 | 2 | - |
| YUV | 92.86 | 78.42 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 5 | 0 | 0.85 | 0.98 | 0.07 | 7.98 | 0.96 | 0.48 |
| Hex | EE | 24 | 5 | 0 | 55 | 62 | 7 | 8 | 60 | 30 |
| Octal | 356 | 44 | 5 | 0 | 125 | 142 | 7 | 10 | 140 | 60 |
| Binary | 11101110 | 100100 | 101 | 0 | 1010101 | 1100010 | 111 | 1000 | 1100000 | 110000 |
Color Harmonies of #EE2405
Complementary color
Monochromatic Colors of #EE2405
Black with #EE2405
Text Example
Text Example
White with #EE2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2405; }
p { color: rgb(238,36,5); }
H1.HeaderClassName
{
color: #EE2405;
}
.AnyTagClassName
{
color: #EE2405;
}
</style>
background-color css
<style>
a { background-color: #EE2405; }
a { background-color: rgb(238,36,5); }
div.DivClassName
{
background-color: #EE2405;
}
.BgClassName
{
background-color: #EE2405;
}
</style>
border-color css
<style>
span { border-color: #EE2405; }
span { border-color: rgb(238,36,5); }
td.TdClassName
{
border-color: #EE2405;
}
.TagClassName
{
border-color: #EE2405;
}
</style>