Shades of Scarlet #E5270F
Tints of Scarlet #E5270F
RGB
CMYK
RGB Variations
Color information
#E5270F (or 0xE5270F) is known color: Scarlet. HEX triplet: E5, 27 and 0F. RGB value is (229,39,15). Sum of RGB (Red+Green+Blue) = 229+39+15=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E5270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5270F is #1AD8F0. Grayscale: #5D5D5D. Windows color (decimal): -1759473 or 993253. OLE color: 993253.
HSL color Cylindrical-coordinate representation of color #E5270F: hue angle of 6.73º 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 #E5270F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.10 |
| HSL | 6.73º | 0.88% | 0.48% | - |
| HSV(B) | 6.73º | 0.93% | 0.9% | - |
| XYZ | 33.12 | 18.14 | 2.21 | - |
| YUV | 93.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 15 | 0 | 0.83 | 0.93 | 0.10 | 6.73 | 0.88 | 0.48 |
| Hex | E5 | 27 | F | 0 | 53 | 5D | A | 7 | 58 | 30 |
| Octal | 345 | 47 | 17 | 0 | 123 | 135 | 12 | 7 | 130 | 60 |
| Binary | 11100101 | 100111 | 1111 | 0 | 1010011 | 1011101 | 1010 | 111 | 1011000 | 110000 |
Color Harmonies of #E5270F
Complementary color
Monochromatic Colors of #E5270F
Black with #E5270F
Text Example
Text Example
White with #E5270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5270F; }
p { color: rgb(229,39,15); }
H1.HeaderClassName
{
color: #E5270F;
}
.AnyTagClassName
{
color: #E5270F;
}
</style>
background-color css
<style>
a { background-color: #E5270F; }
a { background-color: rgb(229,39,15); }
div.DivClassName
{
background-color: #E5270F;
}
.BgClassName
{
background-color: #E5270F;
}
</style>
border-color css
<style>
span { border-color: #E5270F; }
span { border-color: rgb(229,39,15); }
td.TdClassName
{
border-color: #E5270F;
}
.TagClassName
{
border-color: #E5270F;
}
</style>