Shades of Scarlet #EE1807
Tints of Scarlet #EE1807
RGB
CMYK
RGB Variations
Color information
#EE1807 (or 0xEE1807) is known color: Scarlet. HEX triplet: EE, 18 and 07. RGB value is (238,24,7). Sum of RGB (Red+Green+Blue) = 238+24+7=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1807 is #11E7F8. Grayscale: #565656. Windows color (decimal): -1173497 or 465134. OLE color: 465134.
HSL color Cylindrical-coordinate representation of color #EE1807: hue angle of 4.42º 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 #EE1807 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.07 |
| HSL | 4.42º | 0.94% | 0.48% | - |
| HSV(B) | 4.42º | 0.97% | 0.93% | - |
| XYZ | 35.62 | 18.85 | 1.96 | - |
| YUV | 86.05 | 83.4 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 7 | 0 | 0.90 | 0.97 | 0.07 | 4.42 | 0.94 | 0.48 |
| Hex | EE | 18 | 7 | 0 | 5A | 61 | 7 | 4 | 5E | 30 |
| Octal | 356 | 30 | 7 | 0 | 132 | 141 | 7 | 4 | 136 | 60 |
| Binary | 11101110 | 11000 | 111 | 0 | 1011010 | 1100001 | 111 | 100 | 1011110 | 110000 |
Color Harmonies of #EE1807
Complementary color
Monochromatic Colors of #EE1807
Black with #EE1807
Text Example
Text Example
White with #EE1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1807; }
p { color: rgb(238,24,7); }
H1.HeaderClassName
{
color: #EE1807;
}
.AnyTagClassName
{
color: #EE1807;
}
</style>
background-color css
<style>
a { background-color: #EE1807; }
a { background-color: rgb(238,24,7); }
div.DivClassName
{
background-color: #EE1807;
}
.BgClassName
{
background-color: #EE1807;
}
</style>
border-color css
<style>
span { border-color: #EE1807; }
span { border-color: rgb(238,24,7); }
td.TdClassName
{
border-color: #EE1807;
}
.TagClassName
{
border-color: #EE1807;
}
</style>