Shades of Scarlet #E4280C
Tints of Scarlet #E4280C
RGB
CMYK
RGB Variations
Color information
#E4280C (or 0xE4280C) is known color: Scarlet. HEX triplet: E4, 28 and 0C. RGB value is (228,40,12). Sum of RGB (Red+Green+Blue) = 228+40+12=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E4280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4280C is #1BD7F3. Grayscale: #5D5D5D. Windows color (decimal): -1824756 or 796900. OLE color: 796900.
HSL color Cylindrical-coordinate representation of color #E4280C: hue angle of 7.78º degrees, saturation: 0.9, 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 #E4280C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.11 |
| HSL | 7.78º | 0.9% | 0.47% | - |
| HSV(B) | 7.78º | 0.95% | 0.89% | - |
| XYZ | 32.82 | 18.04 | 2.1 | - |
| YUV | 93.02 | 82.28 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 12 | 0 | 0.82 | 0.95 | 0.11 | 7.78 | 0.9 | 0.47 |
| Hex | E4 | 28 | C | 0 | 52 | 5F | B | 8 | 5A | 2F |
| Octal | 344 | 50 | 14 | 0 | 122 | 137 | 13 | 10 | 132 | 57 |
| Binary | 11100100 | 101000 | 1100 | 0 | 1010010 | 1011111 | 1011 | 1000 | 1011010 | 101111 |
Color Harmonies of #E4280C
Complementary color
Monochromatic Colors of #E4280C
Black with #E4280C
Text Example
Text Example
White with #E4280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4280C; }
p { color: rgb(228,40,12); }
H1.HeaderClassName
{
color: #E4280C;
}
.AnyTagClassName
{
color: #E4280C;
}
</style>
background-color css
<style>
a { background-color: #E4280C; }
a { background-color: rgb(228,40,12); }
div.DivClassName
{
background-color: #E4280C;
}
.BgClassName
{
background-color: #E4280C;
}
</style>
border-color css
<style>
span { border-color: #E4280C; }
span { border-color: rgb(228,40,12); }
td.TdClassName
{
border-color: #E4280C;
}
.TagClassName
{
border-color: #E4280C;
}
</style>