Shades of Scarlet #E93212
Tints of Scarlet #E93212
RGB
CMYK
RGB Variations
Color information
#E93212 (or 0xE93212) is known color: Scarlet. HEX triplet: E9, 32 and 12. RGB value is (233,50,18). Sum of RGB (Red+Green+Blue) = 233+50+18=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E93212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93212 is #16CDED. Grayscale: #656565. Windows color (decimal): -1494510 or 1192681. OLE color: 1192681.
HSL color Cylindrical-coordinate representation of color #E93212: hue angle of 8.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E93212 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 18 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.09 |
| HSL | 8.93º | 0.86% | 0.49% | - |
| HSV(B) | 8.93º | 0.92% | 0.91% | - |
| XYZ | 34.85 | 19.65 | 2.53 | - |
| YUV | 101.07 | 81.13 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 18 | 0 | 0.79 | 0.92 | 0.09 | 8.93 | 0.86 | 0.49 |
| Hex | E9 | 32 | 12 | 0 | 4F | 5C | 9 | 9 | 56 | 31 |
| Octal | 351 | 62 | 22 | 0 | 117 | 134 | 11 | 11 | 126 | 61 |
| Binary | 11101001 | 110010 | 10010 | 0 | 1001111 | 1011100 | 1001 | 1001 | 1010110 | 110001 |
Color Harmonies of #E93212
Complementary color
Monochromatic Colors of #E93212
Black with #E93212
Text Example
Text Example
White with #E93212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93212; }
p { color: rgb(233,50,18); }
H1.HeaderClassName
{
color: #E93212;
}
.AnyTagClassName
{
color: #E93212;
}
</style>
background-color css
<style>
a { background-color: #E93212; }
a { background-color: rgb(233,50,18); }
div.DivClassName
{
background-color: #E93212;
}
.BgClassName
{
background-color: #E93212;
}
</style>
border-color css
<style>
span { border-color: #E93212; }
span { border-color: rgb(233,50,18); }
td.TdClassName
{
border-color: #E93212;
}
.TagClassName
{
border-color: #E93212;
}
</style>