Shades of Scarlet #E42B0A
Tints of Scarlet #E42B0A
RGB
CMYK
RGB Variations
Color information
#E42B0A (or 0xE42B0A) is known color: Scarlet. HEX triplet: E4, 2B and 0A. RGB value is (228,43,10). Sum of RGB (Red+Green+Blue) = 228+43+10=281 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.14% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42B0A is #1BD4F5. Grayscale: #5E5E5E. Windows color (decimal): -1823990 or 666596. OLE color: 666596.
HSL color Cylindrical-coordinate representation of color #E42B0A: hue angle of 9.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E42B0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.11 |
| HSL | 9.08º | 0.92% | 0.47% | - |
| HSV(B) | 9.08º | 0.96% | 0.89% | - |
| XYZ | 32.91 | 18.24 | 2.07 | - |
| YUV | 94.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 10 | 0 | 0.81 | 0.96 | 0.11 | 9.08 | 0.92 | 0.47 |
| Hex | E4 | 2B | A | 0 | 51 | 60 | B | 9 | 5C | 2F |
| Octal | 344 | 53 | 12 | 0 | 121 | 140 | 13 | 11 | 134 | 57 |
| Binary | 11100100 | 101011 | 1010 | 0 | 1010001 | 1100000 | 1011 | 1001 | 1011100 | 101111 |
Color Harmonies of #E42B0A
Complementary color
Monochromatic Colors of #E42B0A
Black with #E42B0A
Text Example
Text Example
White with #E42B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B0A; }
p { color: rgb(228,43,10); }
H1.HeaderClassName
{
color: #E42B0A;
}
.AnyTagClassName
{
color: #E42B0A;
}
</style>
background-color css
<style>
a { background-color: #E42B0A; }
a { background-color: rgb(228,43,10); }
div.DivClassName
{
background-color: #E42B0A;
}
.BgClassName
{
background-color: #E42B0A;
}
</style>
border-color css
<style>
span { border-color: #E42B0A; }
span { border-color: rgb(228,43,10); }
td.TdClassName
{
border-color: #E42B0A;
}
.TagClassName
{
border-color: #E42B0A;
}
</style>