Shades of Scarlet #EE1C07
Tints of Scarlet #EE1C07
RGB
CMYK
RGB Variations
Color information
#EE1C07 (or 0xEE1C07) is known color: Scarlet. HEX triplet: EE, 1C and 07. RGB value is (238,28,7). Sum of RGB (Red+Green+Blue) = 238+28+7=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C07 is #11E3F8. Grayscale: #585858. Windows color (decimal): -1172473 or 466158. OLE color: 466158.
HSL color Cylindrical-coordinate representation of color #EE1C07: hue angle of 5.45º 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 #EE1C07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.07 |
| HSL | 5.45º | 0.94% | 0.48% | - |
| HSV(B) | 5.45º | 0.97% | 0.93% | - |
| XYZ | 35.71 | 19.02 | 1.99 | - |
| YUV | 88.4 | 82.07 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 7 | 0 | 0.88 | 0.97 | 0.07 | 5.45 | 0.94 | 0.48 |
| Hex | EE | 1C | 7 | 0 | 58 | 61 | 7 | 5 | 5E | 30 |
| Octal | 356 | 34 | 7 | 0 | 130 | 141 | 7 | 5 | 136 | 60 |
| Binary | 11101110 | 11100 | 111 | 0 | 1011000 | 1100001 | 111 | 101 | 1011110 | 110000 |
Color Harmonies of #EE1C07
Complementary color
Monochromatic Colors of #EE1C07
Black with #EE1C07
Text Example
Text Example
White with #EE1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1C07; }
p { color: rgb(238,28,7); }
H1.HeaderClassName
{
color: #EE1C07;
}
.AnyTagClassName
{
color: #EE1C07;
}
</style>
background-color css
<style>
a { background-color: #EE1C07; }
a { background-color: rgb(238,28,7); }
div.DivClassName
{
background-color: #EE1C07;
}
.BgClassName
{
background-color: #EE1C07;
}
</style>
border-color css
<style>
span { border-color: #EE1C07; }
span { border-color: rgb(238,28,7); }
td.TdClassName
{
border-color: #EE1C07;
}
.TagClassName
{
border-color: #EE1C07;
}
</style>