Shades of Scarlet #EE2607
Tints of Scarlet #EE2607
RGB
CMYK
RGB Variations
Color information
#EE2607 (or 0xEE2607) is known color: Scarlet. HEX triplet: EE, 26 and 07. RGB value is (238,38,7). Sum of RGB (Red+Green+Blue) = 238+38+7=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2607 is #11D9F8. Grayscale: #5E5E5E. Windows color (decimal): -1169913 or 468718. OLE color: 468718.
HSL color Cylindrical-coordinate representation of color #EE2607: hue angle of 8.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE2607 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.07 |
| HSL | 8.05º | 0.94% | 0.48% | - |
| HSV(B) | 8.05º | 0.97% | 0.93% | - |
| XYZ | 35.99 | 19.58 | 2.08 | - |
| YUV | 94.27 | 78.76 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 7 | 0 | 0.84 | 0.97 | 0.07 | 8.05 | 0.94 | 0.48 |
| Hex | EE | 26 | 7 | 0 | 54 | 61 | 7 | 8 | 5E | 30 |
| Octal | 356 | 46 | 7 | 0 | 124 | 141 | 7 | 10 | 136 | 60 |
| Binary | 11101110 | 100110 | 111 | 0 | 1010100 | 1100001 | 111 | 1000 | 1011110 | 110000 |
Color Harmonies of #EE2607
Complementary color
Monochromatic Colors of #EE2607
Black with #EE2607
Text Example
Text Example
White with #EE2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2607; }
p { color: rgb(238,38,7); }
H1.HeaderClassName
{
color: #EE2607;
}
.AnyTagClassName
{
color: #EE2607;
}
</style>
background-color css
<style>
a { background-color: #EE2607; }
a { background-color: rgb(238,38,7); }
div.DivClassName
{
background-color: #EE2607;
}
.BgClassName
{
background-color: #EE2607;
}
</style>
border-color css
<style>
span { border-color: #EE2607; }
span { border-color: rgb(238,38,7); }
td.TdClassName
{
border-color: #EE2607;
}
.TagClassName
{
border-color: #EE2607;
}
</style>