Shades of Scarlet #E32A05
Tints of Scarlet #E32A05
RGB
CMYK
RGB Variations
Color information
#E32A05 (or 0xE32A05) is known color: Scarlet. HEX triplet: E3, 2A and 05. RGB value is (227,42,5). Sum of RGB (Red+Green+Blue) = 227+42+5=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32A05 is #1CD5FA. Grayscale: #5D5D5D. Windows color (decimal): -1889787 or 338659. OLE color: 338659.
HSL color Cylindrical-coordinate representation of color #E32A05: hue angle of 10º degrees, saturation: 0.96, 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 #E32A05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.11 |
| HSL | 10º | 0.96% | 0.45% | - |
| HSV(B) | 10º | 0.98% | 0.89% | - |
| XYZ | 32.53 | 18 | 1.9 | - |
| YUV | 93.1 | 78.29 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 5 | 0 | 0.81 | 0.98 | 0.11 | 10 | 0.96 | 0.45 |
| Hex | E3 | 2A | 5 | 0 | 51 | 62 | B | A | 60 | 2D |
| Octal | 343 | 52 | 5 | 0 | 121 | 142 | 13 | 12 | 140 | 55 |
| Binary | 11100011 | 101010 | 101 | 0 | 1010001 | 1100010 | 1011 | 1010 | 1100000 | 101101 |
Color Harmonies of #E32A05
Complementary color
Monochromatic Colors of #E32A05
Black with #E32A05
Text Example
Text Example
White with #E32A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A05; }
p { color: rgb(227,42,5); }
H1.HeaderClassName
{
color: #E32A05;
}
.AnyTagClassName
{
color: #E32A05;
}
</style>
background-color css
<style>
a { background-color: #E32A05; }
a { background-color: rgb(227,42,5); }
div.DivClassName
{
background-color: #E32A05;
}
.BgClassName
{
background-color: #E32A05;
}
</style>
border-color css
<style>
span { border-color: #E32A05; }
span { border-color: rgb(227,42,5); }
td.TdClassName
{
border-color: #E32A05;
}
.TagClassName
{
border-color: #E32A05;
}
</style>