Shades of Scarlet #EE1406
Tints of Scarlet #EE1406
RGB
CMYK
RGB Variations
Color information
#EE1406 (or 0xEE1406) is known color: Scarlet. HEX triplet: EE, 14 and 06. RGB value is (238,20,6). Sum of RGB (Red+Green+Blue) = 238+20+6=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1406 is #11EBF9. Grayscale: #535353. Windows color (decimal): -1174522 or 398574. OLE color: 398574.
HSL color Cylindrical-coordinate representation of color #EE1406: hue angle of 3.62º degrees, saturation: 0.95, 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 #EE1406 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.62º | 0.95% | 0.48% | - |
| HSV(B) | 3.62º | 0.97% | 0.93% | - |
| XYZ | 35.54 | 18.69 | 1.91 | - |
| YUV | 83.59 | 84.22 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 6 | 0 | 0.92 | 0.97 | 0.07 | 3.62 | 0.95 | 0.48 |
| Hex | EE | 14 | 6 | 0 | 5C | 61 | 7 | 4 | 5F | 30 |
| Octal | 356 | 24 | 6 | 0 | 134 | 141 | 7 | 4 | 137 | 60 |
| Binary | 11101110 | 10100 | 110 | 0 | 1011100 | 1100001 | 111 | 100 | 1011111 | 110000 |
Color Harmonies of #EE1406
Complementary color
Monochromatic Colors of #EE1406
Black with #EE1406
Text Example
Text Example
White with #EE1406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1406; }
p { color: rgb(238,20,6); }
H1.HeaderClassName
{
color: #EE1406;
}
.AnyTagClassName
{
color: #EE1406;
}
</style>
background-color css
<style>
a { background-color: #EE1406; }
a { background-color: rgb(238,20,6); }
div.DivClassName
{
background-color: #EE1406;
}
.BgClassName
{
background-color: #EE1406;
}
</style>
border-color css
<style>
span { border-color: #EE1406; }
span { border-color: rgb(238,20,6); }
td.TdClassName
{
border-color: #EE1406;
}
.TagClassName
{
border-color: #EE1406;
}
</style>