Shades of Scarlet #EE2712
Tints of Scarlet #EE2712
RGB
CMYK
RGB Variations
Color information
#EE2712 (or 0xEE2712) is known color: Scarlet. HEX triplet: EE, 27 and 12. RGB value is (238,39,18). Sum of RGB (Red+Green+Blue) = 238+39+18=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2712 is #11D8ED. Grayscale: #606060. Windows color (decimal): -1169646 or 1189870. OLE color: 1189870.
HSL color Cylindrical-coordinate representation of color #EE2712: hue angle of 5.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE2712 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.07 |
| HSL | 5.73º | 0.87% | 0.5% | - |
| HSV(B) | 5.73º | 0.92% | 0.93% | - |
| XYZ | 36.09 | 19.67 | 2.47 | - |
| YUV | 96.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 18 | 0 | 0.84 | 0.92 | 0.07 | 5.73 | 0.87 | 0.5 |
| Hex | EE | 27 | 12 | 0 | 54 | 5C | 7 | 6 | 57 | 32 |
| Octal | 356 | 47 | 22 | 0 | 124 | 134 | 7 | 6 | 127 | 62 |
| Binary | 11101110 | 100111 | 10010 | 0 | 1010100 | 1011100 | 111 | 110 | 1010111 | 110010 |
Color Harmonies of #EE2712
Complementary color
Monochromatic Colors of #EE2712
Black with #EE2712
Text Example
Text Example
White with #EE2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2712; }
p { color: rgb(238,39,18); }
H1.HeaderClassName
{
color: #EE2712;
}
.AnyTagClassName
{
color: #EE2712;
}
</style>
background-color css
<style>
a { background-color: #EE2712; }
a { background-color: rgb(238,39,18); }
div.DivClassName
{
background-color: #EE2712;
}
.BgClassName
{
background-color: #EE2712;
}
</style>
border-color css
<style>
span { border-color: #EE2712; }
span { border-color: rgb(238,39,18); }
td.TdClassName
{
border-color: #EE2712;
}
.TagClassName
{
border-color: #EE2712;
}
</style>