Shades of Scarlet #EE1307
Tints of Scarlet #EE1307
RGB
CMYK
RGB Variations
Color information
#EE1307 (or 0xEE1307) is known color: Scarlet. HEX triplet: EE, 13 and 07. RGB value is (238,19,7). Sum of RGB (Red+Green+Blue) = 238+19+7=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1307 is #11ECF8. Grayscale: #535353. Windows color (decimal): -1174777 or 463854. OLE color: 463854.
HSL color Cylindrical-coordinate representation of color #EE1307: hue angle of 3.12º 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 #EE1307 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.12º | 0.94% | 0.48% | - |
| HSV(B) | 3.12º | 0.97% | 0.93% | - |
| XYZ | 35.53 | 18.66 | 1.93 | - |
| YUV | 83.11 | 85.05 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 7 | 0 | 0.92 | 0.97 | 0.07 | 3.12 | 0.94 | 0.48 |
| Hex | EE | 13 | 7 | 0 | 5C | 61 | 7 | 3 | 5E | 30 |
| Octal | 356 | 23 | 7 | 0 | 134 | 141 | 7 | 3 | 136 | 60 |
| Binary | 11101110 | 10011 | 111 | 0 | 1011100 | 1100001 | 111 | 11 | 1011110 | 110000 |
Color Harmonies of #EE1307
Complementary color
Monochromatic Colors of #EE1307
Black with #EE1307
Text Example
Text Example
White with #EE1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1307; }
p { color: rgb(238,19,7); }
H1.HeaderClassName
{
color: #EE1307;
}
.AnyTagClassName
{
color: #EE1307;
}
</style>
background-color css
<style>
a { background-color: #EE1307; }
a { background-color: rgb(238,19,7); }
div.DivClassName
{
background-color: #EE1307;
}
.BgClassName
{
background-color: #EE1307;
}
</style>
border-color css
<style>
span { border-color: #EE1307; }
span { border-color: rgb(238,19,7); }
td.TdClassName
{
border-color: #EE1307;
}
.TagClassName
{
border-color: #EE1307;
}
</style>