Shades of Scarlet #EE1607
Tints of Scarlet #EE1607
RGB
CMYK
RGB Variations
Color information
#EE1607 (or 0xEE1607) is known color: Scarlet. HEX triplet: EE, 16 and 07. RGB value is (238,22,7). Sum of RGB (Red+Green+Blue) = 238+22+7=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1607 is #11E9F8. Grayscale: #555555. Windows color (decimal): -1174009 or 464622. OLE color: 464622.
HSL color Cylindrical-coordinate representation of color #EE1607: hue angle of 3.9º 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 #EE1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.9º | 0.94% | 0.48% | - |
| HSV(B) | 3.9º | 0.97% | 0.93% | - |
| XYZ | 35.59 | 18.77 | 1.95 | - |
| YUV | 84.87 | 84.06 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 7 | 0 | 0.91 | 0.97 | 0.07 | 3.9 | 0.94 | 0.48 |
| Hex | EE | 16 | 7 | 0 | 5B | 61 | 7 | 4 | 5E | 30 |
| Octal | 356 | 26 | 7 | 0 | 133 | 141 | 7 | 4 | 136 | 60 |
| Binary | 11101110 | 10110 | 111 | 0 | 1011011 | 1100001 | 111 | 100 | 1011110 | 110000 |
Color Harmonies of #EE1607
Complementary color
Monochromatic Colors of #EE1607
Black with #EE1607
Text Example
Text Example
White with #EE1607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1607; }
p { color: rgb(238,22,7); }
H1.HeaderClassName
{
color: #EE1607;
}
.AnyTagClassName
{
color: #EE1607;
}
</style>
background-color css
<style>
a { background-color: #EE1607; }
a { background-color: rgb(238,22,7); }
div.DivClassName
{
background-color: #EE1607;
}
.BgClassName
{
background-color: #EE1607;
}
</style>
border-color css
<style>
span { border-color: #EE1607; }
span { border-color: rgb(238,22,7); }
td.TdClassName
{
border-color: #EE1607;
}
.TagClassName
{
border-color: #EE1607;
}
</style>