Shades of Torch Red #EA0C2B
Tints of Torch Red #EA0C2B
RGB
CMYK
RGB Variations
Color information
#EA0C2B (or 0xEA0C2B) is known color: Torch Red. HEX triplet: EA, 0C and 2B. RGB value is (234,12,43). Sum of RGB (Red+Green+Blue) = 234+12+43=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C2B is #15F3D4. Grayscale: #525252. Windows color (decimal): -1438677 or 2821354. OLE color: 2821354.
HSL color Cylindrical-coordinate representation of color #EA0C2B: hue angle of 351.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C2B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.08 |
| HSL | 351.62º | 0.9% | 0.48% | - |
| HSV(B) | 351.62º | 0.95% | 0.92% | - |
| XYZ | 34.5 | 17.93 | 3.93 | - |
| YUV | 81.91 | 106.05 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 43 | 0 | 0.95 | 0.82 | 0.08 | 351.62 | 0.9 | 0.48 |
| Hex | EA | C | 2B | 0 | 5F | 52 | 8 | 160 | 5A | 30 |
| Octal | 352 | 14 | 53 | 0 | 137 | 122 | 10 | 540 | 132 | 60 |
| Binary | 11101010 | 1100 | 101011 | 0 | 1011111 | 1010010 | 1000 | 101100000 | 1011010 | 110000 |
Color Harmonies of #EA0C2B
Complementary color
Monochromatic Colors of #EA0C2B
Black with #EA0C2B
Text Example
Text Example
White with #EA0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C2B; }
p { color: rgb(234,12,43); }
H1.HeaderClassName
{
color: #EA0C2B;
}
.AnyTagClassName
{
color: #EA0C2B;
}
</style>
background-color css
<style>
a { background-color: #EA0C2B; }
a { background-color: rgb(234,12,43); }
div.DivClassName
{
background-color: #EA0C2B;
}
.BgClassName
{
background-color: #EA0C2B;
}
</style>
border-color css
<style>
span { border-color: #EA0C2B; }
span { border-color: rgb(234,12,43); }
td.TdClassName
{
border-color: #EA0C2B;
}
.TagClassName
{
border-color: #EA0C2B;
}
</style>