Shades of Torch Red #EA032C
Tints of Torch Red #EA032C
RGB
CMYK
RGB Variations
Color information
#EA032C (or 0xEA032C) is known color: Torch Red. HEX triplet: EA, 03 and 2C. RGB value is (234,3,44). Sum of RGB (Red+Green+Blue) = 234+3+44=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA032C is #15FCD3. Grayscale: #4C4C4C. Windows color (decimal): -1440980 or 2884586. OLE color: 2884586.
HSL color Cylindrical-coordinate representation of color #EA032C: hue angle of 349.35º 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 #EA032C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.08 |
| HSL | 349.35º | 0.97% | 0.46% | - |
| HSV(B) | 349.35º | 0.99% | 0.92% | - |
| XYZ | 34.42 | 17.74 | 3.99 | - |
| YUV | 76.74 | 109.53 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 44 | 0 | 0.99 | 0.81 | 0.08 | 349.35 | 0.97 | 0.46 |
| Hex | EA | 3 | 2C | 0 | 63 | 51 | 8 | 15D | 61 | 2E |
| Octal | 352 | 3 | 54 | 0 | 143 | 121 | 10 | 535 | 141 | 56 |
| Binary | 11101010 | 11 | 101100 | 0 | 1100011 | 1010001 | 1000 | 101011101 | 1100001 | 101110 |
Color Harmonies of #EA032C
Complementary color
Monochromatic Colors of #EA032C
Black with #EA032C
Text Example
Text Example
White with #EA032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA032C; }
p { color: rgb(234,3,44); }
H1.HeaderClassName
{
color: #EA032C;
}
.AnyTagClassName
{
color: #EA032C;
}
</style>
background-color css
<style>
a { background-color: #EA032C; }
a { background-color: rgb(234,3,44); }
div.DivClassName
{
background-color: #EA032C;
}
.BgClassName
{
background-color: #EA032C;
}
</style>
border-color css
<style>
span { border-color: #EA032C; }
span { border-color: rgb(234,3,44); }
td.TdClassName
{
border-color: #EA032C;
}
.TagClassName
{
border-color: #EA032C;
}
</style>