Shades of Scarlet #E3250B
Tints of Scarlet #E3250B
RGB
CMYK
RGB Variations
Color information
#E3250B (or 0xE3250B) is known color: Scarlet. HEX triplet: E3, 25 and 0B. RGB value is (227,37,11). Sum of RGB (Red+Green+Blue) = 227+37+11=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3250B is #1CDAF4. Grayscale: #5B5B5B. Windows color (decimal): -1891061 or 730595. OLE color: 730595.
HSL color Cylindrical-coordinate representation of color #E3250B: hue angle of 7.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3250B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.11 |
| HSL | 7.22º | 0.91% | 0.47% | - |
| HSV(B) | 7.22º | 0.95% | 0.89% | - |
| XYZ | 32.4 | 17.68 | 2.02 | - |
| YUV | 90.85 | 82.95 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 11 | 0 | 0.84 | 0.95 | 0.11 | 7.22 | 0.91 | 0.47 |
| Hex | E3 | 25 | B | 0 | 54 | 5F | B | 7 | 5B | 2F |
| Octal | 343 | 45 | 13 | 0 | 124 | 137 | 13 | 7 | 133 | 57 |
| Binary | 11100011 | 100101 | 1011 | 0 | 1010100 | 1011111 | 1011 | 111 | 1011011 | 101111 |
Color Harmonies of #E3250B
Complementary color
Monochromatic Colors of #E3250B
Black with #E3250B
Text Example
Text Example
White with #E3250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3250B; }
p { color: rgb(227,37,11); }
H1.HeaderClassName
{
color: #E3250B;
}
.AnyTagClassName
{
color: #E3250B;
}
</style>
background-color css
<style>
a { background-color: #E3250B; }
a { background-color: rgb(227,37,11); }
div.DivClassName
{
background-color: #E3250B;
}
.BgClassName
{
background-color: #E3250B;
}
</style>
border-color css
<style>
span { border-color: #E3250B; }
span { border-color: rgb(227,37,11); }
td.TdClassName
{
border-color: #E3250B;
}
.TagClassName
{
border-color: #E3250B;
}
</style>