Shades of Scarlet #EE1812
Tints of Scarlet #EE1812
RGB
CMYK
RGB Variations
Color information
#EE1812 (or 0xEE1812) is known color: Scarlet. HEX triplet: EE, 18 and 12. RGB value is (238,24,18). Sum of RGB (Red+Green+Blue) = 238+24+18=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1812 is #11E7ED. Grayscale: #575757. Windows color (decimal): -1173486 or 1186030. OLE color: 1186030.
HSL color Cylindrical-coordinate representation of color #EE1812: hue angle of 1.64º 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 #EE1812 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.07 |
| HSL | 1.64º | 0.87% | 0.5% | - |
| HSV(B) | 1.64º | 0.92% | 0.93% | - |
| XYZ | 35.7 | 18.87 | 2.33 | - |
| YUV | 87.3 | 88.9 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 18 | 0 | 0.90 | 0.92 | 0.07 | 1.64 | 0.87 | 0.5 |
| Hex | EE | 18 | 12 | 0 | 5A | 5C | 7 | 2 | 57 | 32 |
| Octal | 356 | 30 | 22 | 0 | 132 | 134 | 7 | 2 | 127 | 62 |
| Binary | 11101110 | 11000 | 10010 | 0 | 1011010 | 1011100 | 111 | 10 | 1010111 | 110010 |
Color Harmonies of #EE1812
Complementary color
Monochromatic Colors of #EE1812
Black with #EE1812
Text Example
Text Example
White with #EE1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1812; }
p { color: rgb(238,24,18); }
H1.HeaderClassName
{
color: #EE1812;
}
.AnyTagClassName
{
color: #EE1812;
}
</style>
background-color css
<style>
a { background-color: #EE1812; }
a { background-color: rgb(238,24,18); }
div.DivClassName
{
background-color: #EE1812;
}
.BgClassName
{
background-color: #EE1812;
}
</style>
border-color css
<style>
span { border-color: #EE1812; }
span { border-color: rgb(238,24,18); }
td.TdClassName
{
border-color: #EE1812;
}
.TagClassName
{
border-color: #EE1812;
}
</style>