Shades of Scarlet #EE2805
Tints of Scarlet #EE2805
RGB
CMYK
RGB Variations
Color information
#EE2805 (or 0xEE2805) is known color: Scarlet. HEX triplet: EE, 28 and 05. RGB value is (238,40,5). Sum of RGB (Red+Green+Blue) = 238+40+5=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2805 is #11D7FA. Grayscale: #5F5F5F. Windows color (decimal): -1169403 or 338158. OLE color: 338158.
HSL color Cylindrical-coordinate representation of color #EE2805: hue angle of 9.01º 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 #EE2805 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.07 |
| HSL | 9.01º | 0.96% | 0.48% | - |
| HSV(B) | 9.01º | 0.98% | 0.93% | - |
| XYZ | 36.05 | 19.71 | 2.05 | - |
| YUV | 95.21 | 77.1 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 5 | 0 | 0.83 | 0.98 | 0.07 | 9.01 | 0.96 | 0.48 |
| Hex | EE | 28 | 5 | 0 | 53 | 62 | 7 | 9 | 60 | 30 |
| Octal | 356 | 50 | 5 | 0 | 123 | 142 | 7 | 11 | 140 | 60 |
| Binary | 11101110 | 101000 | 101 | 0 | 1010011 | 1100010 | 111 | 1001 | 1100000 | 110000 |
Color Harmonies of #EE2805
Complementary color
Monochromatic Colors of #EE2805
Black with #EE2805
Text Example
Text Example
White with #EE2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2805; }
p { color: rgb(238,40,5); }
H1.HeaderClassName
{
color: #EE2805;
}
.AnyTagClassName
{
color: #EE2805;
}
</style>
background-color css
<style>
a { background-color: #EE2805; }
a { background-color: rgb(238,40,5); }
div.DivClassName
{
background-color: #EE2805;
}
.BgClassName
{
background-color: #EE2805;
}
</style>
border-color css
<style>
span { border-color: #EE2805; }
span { border-color: rgb(238,40,5); }
td.TdClassName
{
border-color: #EE2805;
}
.TagClassName
{
border-color: #EE2805;
}
</style>