Shades of Scarlet #E4280B
Tints of Scarlet #E4280B
RGB
CMYK
RGB Variations
Color information
#E4280B (or 0xE4280B) is known color: Scarlet. HEX triplet: E4, 28 and 0B. RGB value is (228,40,11). Sum of RGB (Red+Green+Blue) = 228+40+11=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E4280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4280B is #1BD7F4. Grayscale: #5D5D5D. Windows color (decimal): -1824757 or 731364. OLE color: 731364.
HSL color Cylindrical-coordinate representation of color #E4280B: hue angle of 8.02º 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 #E4280B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.11 |
| HSL | 8.02º | 0.91% | 0.47% | - |
| HSV(B) | 8.02º | 0.95% | 0.89% | - |
| XYZ | 32.81 | 18.04 | 2.07 | - |
| YUV | 92.91 | 81.78 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 11 | 0 | 0.82 | 0.95 | 0.11 | 8.02 | 0.91 | 0.47 |
| Hex | E4 | 28 | B | 0 | 52 | 5F | B | 8 | 5B | 2F |
| Octal | 344 | 50 | 13 | 0 | 122 | 137 | 13 | 10 | 133 | 57 |
| Binary | 11100100 | 101000 | 1011 | 0 | 1010010 | 1011111 | 1011 | 1000 | 1011011 | 101111 |
Color Harmonies of #E4280B
Complementary color
Monochromatic Colors of #E4280B
Black with #E4280B
Text Example
Text Example
White with #E4280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4280B; }
p { color: rgb(228,40,11); }
H1.HeaderClassName
{
color: #E4280B;
}
.AnyTagClassName
{
color: #E4280B;
}
</style>
background-color css
<style>
a { background-color: #E4280B; }
a { background-color: rgb(228,40,11); }
div.DivClassName
{
background-color: #E4280B;
}
.BgClassName
{
background-color: #E4280B;
}
</style>
border-color css
<style>
span { border-color: #E4280B; }
span { border-color: rgb(228,40,11); }
td.TdClassName
{
border-color: #E4280B;
}
.TagClassName
{
border-color: #E4280B;
}
</style>