Shades of Scarlet #E32A04
Tints of Scarlet #E32A04
RGB
CMYK
RGB Variations
Color information
#E32A04 (or 0xE32A04) is known color: Scarlet. HEX triplet: E3, 2A and 04. RGB value is (227,42,4). Sum of RGB (Red+Green+Blue) = 227+42+4=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32A04 is #1CD5FB. Grayscale: #5D5D5D. Windows color (decimal): -1889788 or 273123. OLE color: 273123.
HSL color Cylindrical-coordinate representation of color #E32A04: hue angle of 10.22º 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 #E32A04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.11 |
| HSL | 10.22º | 0.97% | 0.45% | - |
| HSV(B) | 10.22º | 0.98% | 0.89% | - |
| XYZ | 32.53 | 18 | 1.87 | - |
| YUV | 92.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 4 | 0 | 0.81 | 0.98 | 0.11 | 10.22 | 0.97 | 0.45 |
| Hex | E3 | 2A | 4 | 0 | 51 | 62 | B | A | 61 | 2D |
| Octal | 343 | 52 | 4 | 0 | 121 | 142 | 13 | 12 | 141 | 55 |
| Binary | 11100011 | 101010 | 100 | 0 | 1010001 | 1100010 | 1011 | 1010 | 1100001 | 101101 |
Color Harmonies of #E32A04
Complementary color
Monochromatic Colors of #E32A04
Black with #E32A04
Text Example
Text Example
White with #E32A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A04; }
p { color: rgb(227,42,4); }
H1.HeaderClassName
{
color: #E32A04;
}
.AnyTagClassName
{
color: #E32A04;
}
</style>
background-color css
<style>
a { background-color: #E32A04; }
a { background-color: rgb(227,42,4); }
div.DivClassName
{
background-color: #E32A04;
}
.BgClassName
{
background-color: #E32A04;
}
</style>
border-color css
<style>
span { border-color: #E32A04; }
span { border-color: rgb(227,42,4); }
td.TdClassName
{
border-color: #E32A04;
}
.TagClassName
{
border-color: #E32A04;
}
</style>