Shades of Scarlet #EE2006
Tints of Scarlet #EE2006
RGB
CMYK
RGB Variations
Color information
#EE2006 (or 0xEE2006) is known color: Scarlet. HEX triplet: EE, 20 and 06. RGB value is (238,32,6). Sum of RGB (Red+Green+Blue) = 238+32+6=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2006 is #11DFF9. Grayscale: #5A5A5A. Windows color (decimal): -1171450 or 401646. OLE color: 401646.
HSL color Cylindrical-coordinate representation of color #EE2006: hue angle of 6.72º 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 #EE2006 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 6 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.07 |
| HSL | 6.72º | 0.95% | 0.48% | - |
| HSV(B) | 6.72º | 0.97% | 0.93% | - |
| XYZ | 35.81 | 19.22 | 2 | - |
| YUV | 90.63 | 80.25 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 6 | 0 | 0.87 | 0.97 | 0.07 | 6.72 | 0.95 | 0.48 |
| Hex | EE | 20 | 6 | 0 | 57 | 61 | 7 | 7 | 5F | 30 |
| Octal | 356 | 40 | 6 | 0 | 127 | 141 | 7 | 7 | 137 | 60 |
| Binary | 11101110 | 100000 | 110 | 0 | 1010111 | 1100001 | 111 | 111 | 1011111 | 110000 |
Color Harmonies of #EE2006
Complementary color
Monochromatic Colors of #EE2006
Black with #EE2006
Text Example
Text Example
White with #EE2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2006; }
p { color: rgb(238,32,6); }
H1.HeaderClassName
{
color: #EE2006;
}
.AnyTagClassName
{
color: #EE2006;
}
</style>
background-color css
<style>
a { background-color: #EE2006; }
a { background-color: rgb(238,32,6); }
div.DivClassName
{
background-color: #EE2006;
}
.BgClassName
{
background-color: #EE2006;
}
</style>
border-color css
<style>
span { border-color: #EE2006; }
span { border-color: rgb(238,32,6); }
td.TdClassName
{
border-color: #EE2006;
}
.TagClassName
{
border-color: #EE2006;
}
</style>