Shades of Scarlet #EE1408
Tints of Scarlet #EE1408
RGB
CMYK
RGB Variations
Color information
#EE1408 (or 0xEE1408) is known color: Scarlet. HEX triplet: EE, 14 and 08. RGB value is (238,20,8). Sum of RGB (Red+Green+Blue) = 238+20+8=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1408 is #11EBF7. Grayscale: #545454. Windows color (decimal): -1174520 or 529646. OLE color: 529646.
HSL color Cylindrical-coordinate representation of color #EE1408: hue angle of 3.13º degrees, saturation: 0.93, 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 #EE1408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.13º | 0.93% | 0.48% | - |
| HSV(B) | 3.13º | 0.97% | 0.93% | - |
| XYZ | 35.55 | 18.69 | 1.96 | - |
| YUV | 83.81 | 85.22 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 8 | 0 | 0.92 | 0.97 | 0.07 | 3.13 | 0.93 | 0.48 |
| Hex | EE | 14 | 8 | 0 | 5C | 61 | 7 | 3 | 5D | 30 |
| Octal | 356 | 24 | 10 | 0 | 134 | 141 | 7 | 3 | 135 | 60 |
| Binary | 11101110 | 10100 | 1000 | 0 | 1011100 | 1100001 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #EE1408
Complementary color
Monochromatic Colors of #EE1408
Black with #EE1408
Text Example
Text Example
White with #EE1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1408; }
p { color: rgb(238,20,8); }
H1.HeaderClassName
{
color: #EE1408;
}
.AnyTagClassName
{
color: #EE1408;
}
</style>
background-color css
<style>
a { background-color: #EE1408; }
a { background-color: rgb(238,20,8); }
div.DivClassName
{
background-color: #EE1408;
}
.BgClassName
{
background-color: #EE1408;
}
</style>
border-color css
<style>
span { border-color: #EE1408; }
span { border-color: rgb(238,20,8); }
td.TdClassName
{
border-color: #EE1408;
}
.TagClassName
{
border-color: #EE1408;
}
</style>