Shades of Scarlet #EE1505
Tints of Scarlet #EE1505
RGB
CMYK
RGB Variations
Color information
#EE1505 (or 0xEE1505) is known color: Scarlet. HEX triplet: EE, 15 and 05. RGB value is (238,21,5). Sum of RGB (Red+Green+Blue) = 238+21+5=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1505 is #11EAFA. Grayscale: #545454. Windows color (decimal): -1174267 or 333294. OLE color: 333294.
HSL color Cylindrical-coordinate representation of color #EE1505: hue angle of 4.12º 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 #EE1505 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.07 |
| HSL | 4.12º | 0.96% | 0.48% | - |
| HSV(B) | 4.12º | 0.98% | 0.93% | - |
| XYZ | 35.56 | 18.72 | 1.88 | - |
| YUV | 84.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 5 | 0 | 0.91 | 0.98 | 0.07 | 4.12 | 0.96 | 0.48 |
| Hex | EE | 15 | 5 | 0 | 5B | 62 | 7 | 4 | 60 | 30 |
| Octal | 356 | 25 | 5 | 0 | 133 | 142 | 7 | 4 | 140 | 60 |
| Binary | 11101110 | 10101 | 101 | 0 | 1011011 | 1100010 | 111 | 100 | 1100000 | 110000 |
Color Harmonies of #EE1505
Complementary color
Monochromatic Colors of #EE1505
Black with #EE1505
Text Example
Text Example
White with #EE1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1505; }
p { color: rgb(238,21,5); }
H1.HeaderClassName
{
color: #EE1505;
}
.AnyTagClassName
{
color: #EE1505;
}
</style>
background-color css
<style>
a { background-color: #EE1505; }
a { background-color: rgb(238,21,5); }
div.DivClassName
{
background-color: #EE1505;
}
.BgClassName
{
background-color: #EE1505;
}
</style>
border-color css
<style>
span { border-color: #EE1505; }
span { border-color: rgb(238,21,5); }
td.TdClassName
{
border-color: #EE1505;
}
.TagClassName
{
border-color: #EE1505;
}
</style>