Shades of Scarlet #EE1306
Tints of Scarlet #EE1306
RGB
CMYK
RGB Variations
Color information
#EE1306 (or 0xEE1306) is known color: Scarlet. HEX triplet: EE, 13 and 06. RGB value is (238,19,6). Sum of RGB (Red+Green+Blue) = 238+19+6=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1306 is #11ECF9. Grayscale: #535353. Windows color (decimal): -1174778 or 398318. OLE color: 398318.
HSL color Cylindrical-coordinate representation of color #EE1306: hue angle of 3.36º 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 #EE1306 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.07 |
| HSL | 3.36º | 0.95% | 0.48% | - |
| HSV(B) | 3.36º | 0.97% | 0.93% | - |
| XYZ | 35.53 | 18.66 | 1.9 | - |
| YUV | 83 | 84.55 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 6 | 0 | 0.92 | 0.97 | 0.07 | 3.36 | 0.95 | 0.48 |
| Hex | EE | 13 | 6 | 0 | 5C | 61 | 7 | 3 | 5F | 30 |
| Octal | 356 | 23 | 6 | 0 | 134 | 141 | 7 | 3 | 137 | 60 |
| Binary | 11101110 | 10011 | 110 | 0 | 1011100 | 1100001 | 111 | 11 | 1011111 | 110000 |
Color Harmonies of #EE1306
Complementary color
Monochromatic Colors of #EE1306
Black with #EE1306
Text Example
Text Example
White with #EE1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1306; }
p { color: rgb(238,19,6); }
H1.HeaderClassName
{
color: #EE1306;
}
.AnyTagClassName
{
color: #EE1306;
}
</style>
background-color css
<style>
a { background-color: #EE1306; }
a { background-color: rgb(238,19,6); }
div.DivClassName
{
background-color: #EE1306;
}
.BgClassName
{
background-color: #EE1306;
}
</style>
border-color css
<style>
span { border-color: #EE1306; }
span { border-color: rgb(238,19,6); }
td.TdClassName
{
border-color: #EE1306;
}
.TagClassName
{
border-color: #EE1306;
}
</style>