Shades of Scarlet #EE310F
Tints of Scarlet #EE310F
RGB
CMYK
RGB Variations
Color information
#EE310F (or 0xEE310F) is known color: Scarlet. HEX triplet: EE, 31 and 0F. RGB value is (238,49,15). Sum of RGB (Red+Green+Blue) = 238+49+15=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE310F is #11CEF0. Grayscale: #656565. Windows color (decimal): -1167089 or 995822. OLE color: 995822.
HSL color Cylindrical-coordinate representation of color #EE310F: hue angle of 9.15º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE310F is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 15 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.07 |
| HSL | 9.15º | 0.88% | 0.5% | - |
| HSV(B) | 9.15º | 0.94% | 0.93% | - |
| XYZ | 36.44 | 20.41 | 2.47 | - |
| YUV | 101.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 15 | 0 | 0.79 | 0.94 | 0.07 | 9.15 | 0.88 | 0.5 |
| Hex | EE | 31 | F | 0 | 4F | 5E | 7 | 9 | 58 | 32 |
| Octal | 356 | 61 | 17 | 0 | 117 | 136 | 7 | 11 | 130 | 62 |
| Binary | 11101110 | 110001 | 1111 | 0 | 1001111 | 1011110 | 111 | 1001 | 1011000 | 110010 |
Color Harmonies of #EE310F
Complementary color
Monochromatic Colors of #EE310F
Black with #EE310F
Text Example
Text Example
White with #EE310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE310F; }
p { color: rgb(238,49,15); }
H1.HeaderClassName
{
color: #EE310F;
}
.AnyTagClassName
{
color: #EE310F;
}
</style>
background-color css
<style>
a { background-color: #EE310F; }
a { background-color: rgb(238,49,15); }
div.DivClassName
{
background-color: #EE310F;
}
.BgClassName
{
background-color: #EE310F;
}
</style>
border-color css
<style>
span { border-color: #EE310F; }
span { border-color: rgb(238,49,15); }
td.TdClassName
{
border-color: #EE310F;
}
.TagClassName
{
border-color: #EE310F;
}
</style>