Shades of Torch Red #EA032A
Tints of Torch Red #EA032A
RGB
CMYK
RGB Variations
Color information
#EA032A (or 0xEA032A) is known color: Torch Red. HEX triplet: EA, 03 and 2A. RGB value is (234,3,42). Sum of RGB (Red+Green+Blue) = 234+3+42=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032A is #15FCD5. Grayscale: #4C4C4C. Windows color (decimal): -1440982 or 2753514. OLE color: 2753514.
HSL color Cylindrical-coordinate representation of color #EA032A: hue angle of 349.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA032A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.08 |
| HSL | 349.87º | 0.97% | 0.46% | - |
| HSV(B) | 349.87º | 0.99% | 0.92% | - |
| XYZ | 34.38 | 17.72 | 3.8 | - |
| YUV | 76.52 | 108.53 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 42 | 0 | 0.99 | 0.82 | 0.08 | 349.87 | 0.97 | 0.46 |
| Hex | EA | 3 | 2A | 0 | 63 | 52 | 8 | 15E | 61 | 2E |
| Octal | 352 | 3 | 52 | 0 | 143 | 122 | 10 | 536 | 141 | 56 |
| Binary | 11101010 | 11 | 101010 | 0 | 1100011 | 1010010 | 1000 | 101011110 | 1100001 | 101110 |
Color Harmonies of #EA032A
Complementary color
Monochromatic Colors of #EA032A
Black with #EA032A
Text Example
Text Example
White with #EA032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA032A; }
p { color: rgb(234,3,42); }
H1.HeaderClassName
{
color: #EA032A;
}
.AnyTagClassName
{
color: #EA032A;
}
</style>
background-color css
<style>
a { background-color: #EA032A; }
a { background-color: rgb(234,3,42); }
div.DivClassName
{
background-color: #EA032A;
}
.BgClassName
{
background-color: #EA032A;
}
</style>
border-color css
<style>
span { border-color: #EA032A; }
span { border-color: rgb(234,3,42); }
td.TdClassName
{
border-color: #EA032A;
}
.TagClassName
{
border-color: #EA032A;
}
</style>