Shades of Scarlet #E5250F
Tints of Scarlet #E5250F
RGB
CMYK
RGB Variations
Color information
#E5250F (or 0xE5250F) is known color: Scarlet. HEX triplet: E5, 25 and 0F. RGB value is (229,37,15). Sum of RGB (Red+Green+Blue) = 229+37+15=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E5250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5250F is #1ADAF0. Grayscale: #5C5C5C. Windows color (decimal): -1759985 or 992741. OLE color: 992741.
HSL color Cylindrical-coordinate representation of color #E5250F: hue angle of 6.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5250F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.10 |
| HSL | 6.17º | 0.88% | 0.48% | - |
| HSV(B) | 6.17º | 0.93% | 0.9% | - |
| XYZ | 33.06 | 18.02 | 2.19 | - |
| YUV | 91.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 15 | 0 | 0.84 | 0.93 | 0.10 | 6.17 | 0.88 | 0.48 |
| Hex | E5 | 25 | F | 0 | 54 | 5D | A | 6 | 58 | 30 |
| Octal | 345 | 45 | 17 | 0 | 124 | 135 | 12 | 6 | 130 | 60 |
| Binary | 11100101 | 100101 | 1111 | 0 | 1010100 | 1011101 | 1010 | 110 | 1011000 | 110000 |
Color Harmonies of #E5250F
Complementary color
Monochromatic Colors of #E5250F
Black with #E5250F
Text Example
Text Example
White with #E5250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5250F; }
p { color: rgb(229,37,15); }
H1.HeaderClassName
{
color: #E5250F;
}
.AnyTagClassName
{
color: #E5250F;
}
</style>
background-color css
<style>
a { background-color: #E5250F; }
a { background-color: rgb(229,37,15); }
div.DivClassName
{
background-color: #E5250F;
}
.BgClassName
{
background-color: #E5250F;
}
</style>
border-color css
<style>
span { border-color: #E5250F; }
span { border-color: rgb(229,37,15); }
td.TdClassName
{
border-color: #E5250F;
}
.TagClassName
{
border-color: #E5250F;
}
</style>