Shades of Scarlet #E52612
Tints of Scarlet #E52612
RGB
CMYK
RGB Variations
Color information
#E52612 (or 0xE52612) is known color: Scarlet. HEX triplet: E5, 26 and 12. RGB value is (229,38,18). Sum of RGB (Red+Green+Blue) = 229+38+18=285 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.35% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 229 - color contains mainly: red. Hex color #E52612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52612 is #1AD9ED. Grayscale: #5D5D5D. Windows color (decimal): -1759726 or 1189605. OLE color: 1189605.
HSL color Cylindrical-coordinate representation of color #E52612: hue angle of 5.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52612 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.10 |
| HSL | 5.69º | 0.85% | 0.48% | - |
| HSV(B) | 5.69º | 0.92% | 0.9% | - |
| XYZ | 33.12 | 18.09 | 2.32 | - |
| YUV | 92.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 18 | 0 | 0.83 | 0.92 | 0.10 | 5.69 | 0.85 | 0.48 |
| Hex | E5 | 26 | 12 | 0 | 53 | 5C | A | 6 | 55 | 30 |
| Octal | 345 | 46 | 22 | 0 | 123 | 134 | 12 | 6 | 125 | 60 |
| Binary | 11100101 | 100110 | 10010 | 0 | 1010011 | 1011100 | 1010 | 110 | 1010101 | 110000 |
Color Harmonies of #E52612
Complementary color
Monochromatic Colors of #E52612
Black with #E52612
Text Example
Text Example
White with #E52612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52612; }
p { color: rgb(229,38,18); }
H1.HeaderClassName
{
color: #E52612;
}
.AnyTagClassName
{
color: #E52612;
}
</style>
background-color css
<style>
a { background-color: #E52612; }
a { background-color: rgb(229,38,18); }
div.DivClassName
{
background-color: #E52612;
}
.BgClassName
{
background-color: #E52612;
}
</style>
border-color css
<style>
span { border-color: #E52612; }
span { border-color: rgb(229,38,18); }
td.TdClassName
{
border-color: #E52612;
}
.TagClassName
{
border-color: #E52612;
}
</style>