Shades of Torch Red #EA0324
Tints of Torch Red #EA0324
RGB
CMYK
RGB Variations
Color information
#EA0324 (or 0xEA0324) is known color: Torch Red. HEX triplet: EA, 03 and 24. RGB value is (234,3,36). Sum of RGB (Red+Green+Blue) = 234+3+36=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0324 is #15FCDB. Grayscale: #4B4B4B. Windows color (decimal): -1440988 or 2360298. OLE color: 2360298.
HSL color Cylindrical-coordinate representation of color #EA0324: hue angle of 351.43º 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 #EA0324 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 36 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.08 |
| HSL | 351.43º | 0.97% | 0.46% | - |
| HSV(B) | 351.43º | 0.99% | 0.92% | - |
| XYZ | 34.28 | 17.68 | 3.28 | - |
| YUV | 75.83 | 105.53 | 240.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 36 | 0 | 0.99 | 0.85 | 0.08 | 351.43 | 0.97 | 0.46 |
| Hex | EA | 3 | 24 | 0 | 63 | 55 | 8 | 15F | 61 | 2E |
| Octal | 352 | 3 | 44 | 0 | 143 | 125 | 10 | 537 | 141 | 56 |
| Binary | 11101010 | 11 | 100100 | 0 | 1100011 | 1010101 | 1000 | 101011111 | 1100001 | 101110 |
Color Harmonies of #EA0324
Complementary color
Monochromatic Colors of #EA0324
Black with #EA0324
Text Example
Text Example
White with #EA0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0324; }
p { color: rgb(234,3,36); }
H1.HeaderClassName
{
color: #EA0324;
}
.AnyTagClassName
{
color: #EA0324;
}
</style>
background-color css
<style>
a { background-color: #EA0324; }
a { background-color: rgb(234,3,36); }
div.DivClassName
{
background-color: #EA0324;
}
.BgClassName
{
background-color: #EA0324;
}
</style>
border-color css
<style>
span { border-color: #EA0324; }
span { border-color: rgb(234,3,36); }
td.TdClassName
{
border-color: #EA0324;
}
.TagClassName
{
border-color: #EA0324;
}
</style>