Shades of Torch Red #EA0326
Tints of Torch Red #EA0326
RGB
CMYK
RGB Variations
Color information
#EA0326 (or 0xEA0326) is known color: Torch Red. HEX triplet: EA, 03 and 26. RGB value is (234,3,38). Sum of RGB (Red+Green+Blue) = 234+3+38=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0326 is #15FCD9. Grayscale: #4C4C4C. Windows color (decimal): -1440986 or 2491370. OLE color: 2491370.
HSL color Cylindrical-coordinate representation of color #EA0326: hue angle of 350.91º 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 #EA0326 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.08 |
| HSL | 350.91º | 0.97% | 0.46% | - |
| HSV(B) | 350.91º | 0.99% | 0.92% | - |
| XYZ | 34.31 | 17.7 | 3.44 | - |
| YUV | 76.06 | 106.53 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 38 | 0 | 0.99 | 0.84 | 0.08 | 350.91 | 0.97 | 0.46 |
| Hex | EA | 3 | 26 | 0 | 63 | 54 | 8 | 15F | 61 | 2E |
| Octal | 352 | 3 | 46 | 0 | 143 | 124 | 10 | 537 | 141 | 56 |
| Binary | 11101010 | 11 | 100110 | 0 | 1100011 | 1010100 | 1000 | 101011111 | 1100001 | 101110 |
Color Harmonies of #EA0326
Complementary color
Monochromatic Colors of #EA0326
Black with #EA0326
Text Example
Text Example
White with #EA0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0326; }
p { color: rgb(234,3,38); }
H1.HeaderClassName
{
color: #EA0326;
}
.AnyTagClassName
{
color: #EA0326;
}
</style>
background-color css
<style>
a { background-color: #EA0326; }
a { background-color: rgb(234,3,38); }
div.DivClassName
{
background-color: #EA0326;
}
.BgClassName
{
background-color: #EA0326;
}
</style>
border-color css
<style>
span { border-color: #EA0326; }
span { border-color: rgb(234,3,38); }
td.TdClassName
{
border-color: #EA0326;
}
.TagClassName
{
border-color: #EA0326;
}
</style>