Shades of Scarlet #EE3405
Tints of Scarlet #EE3405
RGB
CMYK
RGB Variations
Color information
#EE3405 (or 0xEE3405) is known color: Scarlet. HEX triplet: EE, 34 and 05. RGB value is (238,52,5). Sum of RGB (Red+Green+Blue) = 238+52+5=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3405 is #11CBFA. Grayscale: #666666. Windows color (decimal): -1166331 or 341230. OLE color: 341230.
HSL color Cylindrical-coordinate representation of color #EE3405: hue angle of 12.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE3405 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.07 |
| HSL | 12.1º | 0.96% | 0.48% | - |
| HSV(B) | 12.1º | 0.98% | 0.93% | - |
| XYZ | 36.52 | 20.64 | 2.2 | - |
| YUV | 102.26 | 73.12 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 5 | 0 | 0.78 | 0.98 | 0.07 | 12.1 | 0.96 | 0.48 |
| Hex | EE | 34 | 5 | 0 | 4E | 62 | 7 | C | 60 | 30 |
| Octal | 356 | 64 | 5 | 0 | 116 | 142 | 7 | 14 | 140 | 60 |
| Binary | 11101110 | 110100 | 101 | 0 | 1001110 | 1100010 | 111 | 1100 | 1100000 | 110000 |
Color Harmonies of #EE3405
Complementary color
Monochromatic Colors of #EE3405
Black with #EE3405
Text Example
Text Example
White with #EE3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3405; }
p { color: rgb(238,52,5); }
H1.HeaderClassName
{
color: #EE3405;
}
.AnyTagClassName
{
color: #EE3405;
}
</style>
background-color css
<style>
a { background-color: #EE3405; }
a { background-color: rgb(238,52,5); }
div.DivClassName
{
background-color: #EE3405;
}
.BgClassName
{
background-color: #EE3405;
}
</style>
border-color css
<style>
span { border-color: #EE3405; }
span { border-color: rgb(238,52,5); }
td.TdClassName
{
border-color: #EE3405;
}
.TagClassName
{
border-color: #EE3405;
}
</style>