Shades of Scarlet #E52409
Tints of Scarlet #E52409
RGB
CMYK
RGB Variations
Color information
#E52409 (or 0xE52409) is known color: Scarlet. HEX triplet: E5, 24 and 09. RGB value is (229,36,9). Sum of RGB (Red+Green+Blue) = 229+36+9=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E52409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52409 is #1ADBF6. Grayscale: #5A5A5A. Windows color (decimal): -1760247 or 599269. OLE color: 599269.
HSL color Cylindrical-coordinate representation of color #E52409: hue angle of 7.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E52409 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.10 |
| HSL | 7.36º | 0.92% | 0.47% | - |
| HSV(B) | 7.36º | 0.96% | 0.9% | - |
| XYZ | 32.99 | 17.94 | 1.98 | - |
| YUV | 90.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 9 | 0 | 0.84 | 0.96 | 0.10 | 7.36 | 0.92 | 0.47 |
| Hex | E5 | 24 | 9 | 0 | 54 | 60 | A | 7 | 5C | 2F |
| Octal | 345 | 44 | 11 | 0 | 124 | 140 | 12 | 7 | 134 | 57 |
| Binary | 11100101 | 100100 | 1001 | 0 | 1010100 | 1100000 | 1010 | 111 | 1011100 | 101111 |
Color Harmonies of #E52409
Complementary color
Monochromatic Colors of #E52409
Black with #E52409
Text Example
Text Example
White with #E52409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52409; }
p { color: rgb(229,36,9); }
H1.HeaderClassName
{
color: #E52409;
}
.AnyTagClassName
{
color: #E52409;
}
</style>
background-color css
<style>
a { background-color: #E52409; }
a { background-color: rgb(229,36,9); }
div.DivClassName
{
background-color: #E52409;
}
.BgClassName
{
background-color: #E52409;
}
</style>
border-color css
<style>
span { border-color: #E52409; }
span { border-color: rgb(229,36,9); }
td.TdClassName
{
border-color: #E52409;
}
.TagClassName
{
border-color: #E52409;
}
</style>