Shades of Scarlet #EE2605
Tints of Scarlet #EE2605
RGB
CMYK
RGB Variations
Color information
#EE2605 (or 0xEE2605) is known color: Scarlet. HEX triplet: EE, 26 and 05. RGB value is (238,38,5). Sum of RGB (Red+Green+Blue) = 238+38+5=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2605 is #11D9FA. Grayscale: #5E5E5E. Windows color (decimal): -1169915 or 337646. OLE color: 337646.
HSL color Cylindrical-coordinate representation of color #EE2605: hue angle of 8.5º 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 #EE2605 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.07 |
| HSL | 8.5º | 0.96% | 0.48% | - |
| HSV(B) | 8.5º | 0.98% | 0.93% | - |
| XYZ | 35.98 | 19.57 | 2.03 | - |
| YUV | 94.04 | 77.76 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 5 | 0 | 0.84 | 0.98 | 0.07 | 8.5 | 0.96 | 0.48 |
| Hex | EE | 26 | 5 | 0 | 54 | 62 | 7 | 8 | 60 | 30 |
| Octal | 356 | 46 | 5 | 0 | 124 | 142 | 7 | 10 | 140 | 60 |
| Binary | 11101110 | 100110 | 101 | 0 | 1010100 | 1100010 | 111 | 1000 | 1100000 | 110000 |
Color Harmonies of #EE2605
Complementary color
Monochromatic Colors of #EE2605
Black with #EE2605
Text Example
Text Example
White with #EE2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2605; }
p { color: rgb(238,38,5); }
H1.HeaderClassName
{
color: #EE2605;
}
.AnyTagClassName
{
color: #EE2605;
}
</style>
background-color css
<style>
a { background-color: #EE2605; }
a { background-color: rgb(238,38,5); }
div.DivClassName
{
background-color: #EE2605;
}
.BgClassName
{
background-color: #EE2605;
}
</style>
border-color css
<style>
span { border-color: #EE2605; }
span { border-color: rgb(238,38,5); }
td.TdClassName
{
border-color: #EE2605;
}
.TagClassName
{
border-color: #EE2605;
}
</style>