Shades of Scarlet #E5240C
Tints of Scarlet #E5240C
RGB
CMYK
RGB Variations
Color information
#E5240C (or 0xE5240C) is known color: Scarlet. HEX triplet: E5, 24 and 0C. RGB value is (229,36,12). Sum of RGB (Red+Green+Blue) = 229+36+12=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5240C is #1ADBF3. Grayscale: #5B5B5B. Windows color (decimal): -1760244 or 795877. OLE color: 795877.
HSL color Cylindrical-coordinate representation of color #E5240C: hue angle of 6.64º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5240C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.10 |
| HSL | 6.64º | 0.9% | 0.47% | - |
| HSV(B) | 6.64º | 0.95% | 0.9% | - |
| XYZ | 33.01 | 17.95 | 2.07 | - |
| YUV | 90.97 | 83.44 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 12 | 0 | 0.84 | 0.95 | 0.10 | 6.64 | 0.9 | 0.47 |
| Hex | E5 | 24 | C | 0 | 54 | 5F | A | 7 | 5A | 2F |
| Octal | 345 | 44 | 14 | 0 | 124 | 137 | 12 | 7 | 132 | 57 |
| Binary | 11100101 | 100100 | 1100 | 0 | 1010100 | 1011111 | 1010 | 111 | 1011010 | 101111 |
Color Harmonies of #E5240C
Complementary color
Monochromatic Colors of #E5240C
Black with #E5240C
Text Example
Text Example
White with #E5240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5240C; }
p { color: rgb(229,36,12); }
H1.HeaderClassName
{
color: #E5240C;
}
.AnyTagClassName
{
color: #E5240C;
}
</style>
background-color css
<style>
a { background-color: #E5240C; }
a { background-color: rgb(229,36,12); }
div.DivClassName
{
background-color: #E5240C;
}
.BgClassName
{
background-color: #E5240C;
}
</style>
border-color css
<style>
span { border-color: #E5240C; }
span { border-color: rgb(229,36,12); }
td.TdClassName
{
border-color: #E5240C;
}
.TagClassName
{
border-color: #E5240C;
}
</style>