Shades of Scarlet #E3250A
Tints of Scarlet #E3250A
RGB
CMYK
RGB Variations
Color information
#E3250A (or 0xE3250A) is known color: Scarlet. HEX triplet: E3, 25 and 0A. RGB value is (227,37,10). Sum of RGB (Red+Green+Blue) = 227+37+10=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E3250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3250A is #1CDAF5. Grayscale: #5B5B5B. Windows color (decimal): -1891062 or 665059. OLE color: 665059.
HSL color Cylindrical-coordinate representation of color #E3250A: hue angle of 7.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3250A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.11 |
| HSL | 7.47º | 0.92% | 0.46% | - |
| HSV(B) | 7.47º | 0.96% | 0.89% | - |
| XYZ | 32.39 | 17.68 | 1.99 | - |
| YUV | 90.73 | 82.45 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 10 | 0 | 0.84 | 0.96 | 0.11 | 7.47 | 0.92 | 0.46 |
| Hex | E3 | 25 | A | 0 | 54 | 60 | B | 7 | 5C | 2E |
| Octal | 343 | 45 | 12 | 0 | 124 | 140 | 13 | 7 | 134 | 56 |
| Binary | 11100011 | 100101 | 1010 | 0 | 1010100 | 1100000 | 1011 | 111 | 1011100 | 101110 |
Color Harmonies of #E3250A
Complementary color
Monochromatic Colors of #E3250A
Black with #E3250A
Text Example
Text Example
White with #E3250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3250A; }
p { color: rgb(227,37,10); }
H1.HeaderClassName
{
color: #E3250A;
}
.AnyTagClassName
{
color: #E3250A;
}
</style>
background-color css
<style>
a { background-color: #E3250A; }
a { background-color: rgb(227,37,10); }
div.DivClassName
{
background-color: #E3250A;
}
.BgClassName
{
background-color: #E3250A;
}
</style>
border-color css
<style>
span { border-color: #E3250A; }
span { border-color: rgb(227,37,10); }
td.TdClassName
{
border-color: #E3250A;
}
.TagClassName
{
border-color: #E3250A;
}
</style>