Shades of Scarlet #EE1805
Tints of Scarlet #EE1805
RGB
CMYK
RGB Variations
Color information
#EE1805 (or 0xEE1805) is known color: Scarlet. HEX triplet: EE, 18 and 05. RGB value is (238,24,5). Sum of RGB (Red+Green+Blue) = 238+24+5=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1805 is #11E7FA. Grayscale: #565656. Windows color (decimal): -1173499 or 334062. OLE color: 334062.
HSL color Cylindrical-coordinate representation of color #EE1805: hue angle of 4.89º 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 #EE1805 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.07 |
| HSL | 4.89º | 0.96% | 0.48% | - |
| HSV(B) | 4.89º | 0.98% | 0.93% | - |
| XYZ | 35.61 | 18.84 | 1.9 | - |
| YUV | 85.82 | 82.4 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 5 | 0 | 0.90 | 0.98 | 0.07 | 4.89 | 0.96 | 0.48 |
| Hex | EE | 18 | 5 | 0 | 5A | 62 | 7 | 5 | 60 | 30 |
| Octal | 356 | 30 | 5 | 0 | 132 | 142 | 7 | 5 | 140 | 60 |
| Binary | 11101110 | 11000 | 101 | 0 | 1011010 | 1100010 | 111 | 101 | 1100000 | 110000 |
Color Harmonies of #EE1805
Complementary color
Monochromatic Colors of #EE1805
Black with #EE1805
Text Example
Text Example
White with #EE1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1805; }
p { color: rgb(238,24,5); }
H1.HeaderClassName
{
color: #EE1805;
}
.AnyTagClassName
{
color: #EE1805;
}
</style>
background-color css
<style>
a { background-color: #EE1805; }
a { background-color: rgb(238,24,5); }
div.DivClassName
{
background-color: #EE1805;
}
.BgClassName
{
background-color: #EE1805;
}
</style>
border-color css
<style>
span { border-color: #EE1805; }
span { border-color: rgb(238,24,5); }
td.TdClassName
{
border-color: #EE1805;
}
.TagClassName
{
border-color: #EE1805;
}
</style>