Shades of Scarlet #E42704
Tints of Scarlet #E42704
RGB
CMYK
RGB Variations
Color information
#E42704 (or 0xE42704) is known color: Scarlet. HEX triplet: E4, 27 and 04. RGB value is (228,39,4). Sum of RGB (Red+Green+Blue) = 228+39+4=271 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.13% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 228 - color contains mainly: red. Hex color #E42704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42704 is #1BD8FB. Grayscale: #5B5B5B. Windows color (decimal): -1825020 or 272356. OLE color: 272356.
HSL color Cylindrical-coordinate representation of color #E42704: hue angle of 9.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E42704 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.11 |
| HSL | 9.38º | 0.97% | 0.45% | - |
| HSV(B) | 9.38º | 0.98% | 0.89% | - |
| XYZ | 32.74 | 17.95 | 1.85 | - |
| YUV | 91.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 4 | 0 | 0.83 | 0.98 | 0.11 | 9.38 | 0.97 | 0.45 |
| Hex | E4 | 27 | 4 | 0 | 53 | 62 | B | 9 | 61 | 2D |
| Octal | 344 | 47 | 4 | 0 | 123 | 142 | 13 | 11 | 141 | 55 |
| Binary | 11100100 | 100111 | 100 | 0 | 1010011 | 1100010 | 1011 | 1001 | 1100001 | 101101 |
Color Harmonies of #E42704
Complementary color
Monochromatic Colors of #E42704
Black with #E42704
Text Example
Text Example
White with #E42704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42704; }
p { color: rgb(228,39,4); }
H1.HeaderClassName
{
color: #E42704;
}
.AnyTagClassName
{
color: #E42704;
}
</style>
background-color css
<style>
a { background-color: #E42704; }
a { background-color: rgb(228,39,4); }
div.DivClassName
{
background-color: #E42704;
}
.BgClassName
{
background-color: #E42704;
}
</style>
border-color css
<style>
span { border-color: #E42704; }
span { border-color: rgb(228,39,4); }
td.TdClassName
{
border-color: #E42704;
}
.TagClassName
{
border-color: #E42704;
}
</style>