Shades of Scarlet #EE3105
Tints of Scarlet #EE3105
RGB
CMYK
RGB Variations
Color information
#EE3105 (or 0xEE3105) is known color: Scarlet. HEX triplet: EE, 31 and 05. RGB value is (238,49,5). Sum of RGB (Red+Green+Blue) = 238+49+5=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3105 is #11CEFA. Grayscale: #646464. Windows color (decimal): -1167099 or 340462. OLE color: 340462.
HSL color Cylindrical-coordinate representation of color #EE3105: hue angle of 11.33º 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 #EE3105 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 5 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.07 |
| HSL | 11.33º | 0.96% | 0.48% | - |
| HSV(B) | 11.33º | 0.98% | 0.93% | - |
| XYZ | 36.39 | 20.38 | 2.16 | - |
| YUV | 100.5 | 74.12 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 5 | 0 | 0.79 | 0.98 | 0.07 | 11.33 | 0.96 | 0.48 |
| Hex | EE | 31 | 5 | 0 | 4F | 62 | 7 | B | 60 | 30 |
| Octal | 356 | 61 | 5 | 0 | 117 | 142 | 7 | 13 | 140 | 60 |
| Binary | 11101110 | 110001 | 101 | 0 | 1001111 | 1100010 | 111 | 1011 | 1100000 | 110000 |
Color Harmonies of #EE3105
Complementary color
Monochromatic Colors of #EE3105
Black with #EE3105
Text Example
Text Example
White with #EE3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3105; }
p { color: rgb(238,49,5); }
H1.HeaderClassName
{
color: #EE3105;
}
.AnyTagClassName
{
color: #EE3105;
}
</style>
background-color css
<style>
a { background-color: #EE3105; }
a { background-color: rgb(238,49,5); }
div.DivClassName
{
background-color: #EE3105;
}
.BgClassName
{
background-color: #EE3105;
}
</style>
border-color css
<style>
span { border-color: #EE3105; }
span { border-color: rgb(238,49,5); }
td.TdClassName
{
border-color: #EE3105;
}
.TagClassName
{
border-color: #EE3105;
}
</style>