Shades of Scarlet #E5280F
Tints of Scarlet #E5280F
RGB
CMYK
RGB Variations
Color information
#E5280F (or 0xE5280F) is known color: Scarlet. HEX triplet: E5, 28 and 0F. RGB value is (229,40,15). Sum of RGB (Red+Green+Blue) = 229+40+15=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E5280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5280F is #1AD7F0. Grayscale: #5D5D5D. Windows color (decimal): -1759217 or 993509. OLE color: 993509.
HSL color Cylindrical-coordinate representation of color #E5280F: hue angle of 7.01º 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 #E5280F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 7.01º | 0.88% | 0.48% | - |
| HSV(B) | 7.01º | 0.93% | 0.9% | - |
| XYZ | 33.16 | 18.21 | 2.22 | - |
| YUV | 93.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 15 | 0 | 0.83 | 0.93 | 0.10 | 7.01 | 0.88 | 0.48 |
| Hex | E5 | 28 | F | 0 | 53 | 5D | A | 7 | 58 | 30 |
| Octal | 345 | 50 | 17 | 0 | 123 | 135 | 12 | 7 | 130 | 60 |
| Binary | 11100101 | 101000 | 1111 | 0 | 1010011 | 1011101 | 1010 | 111 | 1011000 | 110000 |
Color Harmonies of #E5280F
Complementary color
Monochromatic Colors of #E5280F
Black with #E5280F
Text Example
Text Example
White with #E5280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5280F; }
p { color: rgb(229,40,15); }
H1.HeaderClassName
{
color: #E5280F;
}
.AnyTagClassName
{
color: #E5280F;
}
</style>
background-color css
<style>
a { background-color: #E5280F; }
a { background-color: rgb(229,40,15); }
div.DivClassName
{
background-color: #E5280F;
}
.BgClassName
{
background-color: #E5280F;
}
</style>
border-color css
<style>
span { border-color: #E5280F; }
span { border-color: rgb(229,40,15); }
td.TdClassName
{
border-color: #E5280F;
}
.TagClassName
{
border-color: #E5280F;
}
</style>