Shades of Scarlet #E52C06
Tints of Scarlet #E52C06
RGB
CMYK
RGB Variations
Color information
#E52C06 (or 0xE52C06) is known color: Scarlet. HEX triplet: E5, 2C and 06. RGB value is (229,44,6). Sum of RGB (Red+Green+Blue) = 229+44+6=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C06 is #1AD3F9. Grayscale: #5F5F5F. Windows color (decimal): -1758202 or 404709. OLE color: 404709.
HSL color Cylindrical-coordinate representation of color #E52C06: hue angle of 10.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E52C06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.10 |
| HSL | 10.22º | 0.95% | 0.46% | - |
| HSV(B) | 10.22º | 0.97% | 0.9% | - |
| XYZ | 33.25 | 18.47 | 1.99 | - |
| YUV | 94.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 6 | 0 | 0.81 | 0.97 | 0.10 | 10.22 | 0.95 | 0.46 |
| Hex | E5 | 2C | 6 | 0 | 51 | 61 | A | A | 5F | 2E |
| Octal | 345 | 54 | 6 | 0 | 121 | 141 | 12 | 12 | 137 | 56 |
| Binary | 11100101 | 101100 | 110 | 0 | 1010001 | 1100001 | 1010 | 1010 | 1011111 | 101110 |
Color Harmonies of #E52C06
Complementary color
Monochromatic Colors of #E52C06
Black with #E52C06
Text Example
Text Example
White with #E52C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52C06; }
p { color: rgb(229,44,6); }
H1.HeaderClassName
{
color: #E52C06;
}
.AnyTagClassName
{
color: #E52C06;
}
</style>
background-color css
<style>
a { background-color: #E52C06; }
a { background-color: rgb(229,44,6); }
div.DivClassName
{
background-color: #E52C06;
}
.BgClassName
{
background-color: #E52C06;
}
</style>
border-color css
<style>
span { border-color: #E52C06; }
span { border-color: rgb(229,44,6); }
td.TdClassName
{
border-color: #E52C06;
}
.TagClassName
{
border-color: #E52C06;
}
</style>