Shades of Scarlet #EE2D0F
Tints of Scarlet #EE2D0F
RGB
CMYK
RGB Variations
Color information
#EE2D0F (or 0xEE2D0F) is known color: Scarlet. HEX triplet: EE, 2D and 0F. RGB value is (238,45,15). Sum of RGB (Red+Green+Blue) = 238+45+15=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2D0F is #11D2F0. Grayscale: #636363. Windows color (decimal): -1168113 or 994798. OLE color: 994798.
HSL color Cylindrical-coordinate representation of color #EE2D0F: hue angle of 8.07º 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 #EE2D0F is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 15 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.07 |
| HSL | 8.07º | 0.88% | 0.5% | - |
| HSV(B) | 8.07º | 0.94% | 0.93% | - |
| XYZ | 36.28 | 20.09 | 2.42 | - |
| YUV | 99.29 | 80.44 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 15 | 0 | 0.81 | 0.94 | 0.07 | 8.07 | 0.88 | 0.5 |
| Hex | EE | 2D | F | 0 | 51 | 5E | 7 | 8 | 58 | 32 |
| Octal | 356 | 55 | 17 | 0 | 121 | 136 | 7 | 10 | 130 | 62 |
| Binary | 11101110 | 101101 | 1111 | 0 | 1010001 | 1011110 | 111 | 1000 | 1011000 | 110010 |
Color Harmonies of #EE2D0F
Complementary color
Monochromatic Colors of #EE2D0F
Black with #EE2D0F
Text Example
Text Example
White with #EE2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D0F; }
p { color: rgb(238,45,15); }
H1.HeaderClassName
{
color: #EE2D0F;
}
.AnyTagClassName
{
color: #EE2D0F;
}
</style>
background-color css
<style>
a { background-color: #EE2D0F; }
a { background-color: rgb(238,45,15); }
div.DivClassName
{
background-color: #EE2D0F;
}
.BgClassName
{
background-color: #EE2D0F;
}
</style>
border-color css
<style>
span { border-color: #EE2D0F; }
span { border-color: rgb(238,45,15); }
td.TdClassName
{
border-color: #EE2D0F;
}
.TagClassName
{
border-color: #EE2D0F;
}
</style>