Shades of Torch Red #EA021F
Tints of Torch Red #EA021F
RGB
CMYK
RGB Variations
Color information
#EA021F (or 0xEA021F) is known color: Torch Red. HEX triplet: EA, 02 and 1F. RGB value is (234,2,31). Sum of RGB (Red+Green+Blue) = 234+2+31=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA021F is #15FDE0. Grayscale: #4A4A4A. Windows color (decimal): -1441249 or 2032362. OLE color: 2032362.
HSL color Cylindrical-coordinate representation of color #EA021F: hue angle of 352.5º degrees, saturation: 0.98, 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 #EA021F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.08 |
| HSL | 352.5º | 0.98% | 0.46% | - |
| HSV(B) | 352.5º | 0.99% | 0.92% | - |
| XYZ | 34.2 | 17.63 | 2.9 | - |
| YUV | 74.67 | 103.36 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 31 | 0 | 0.99 | 0.87 | 0.08 | 352.5 | 0.98 | 0.46 |
| Hex | EA | 2 | 1F | 0 | 63 | 57 | 8 | 160 | 62 | 2E |
| Octal | 352 | 2 | 37 | 0 | 143 | 127 | 10 | 540 | 142 | 56 |
| Binary | 11101010 | 10 | 11111 | 0 | 1100011 | 1010111 | 1000 | 101100000 | 1100010 | 101110 |
Color Harmonies of #EA021F
Complementary color
Monochromatic Colors of #EA021F
Black with #EA021F
Text Example
Text Example
White with #EA021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA021F; }
p { color: rgb(234,2,31); }
H1.HeaderClassName
{
color: #EA021F;
}
.AnyTagClassName
{
color: #EA021F;
}
</style>
background-color css
<style>
a { background-color: #EA021F; }
a { background-color: rgb(234,2,31); }
div.DivClassName
{
background-color: #EA021F;
}
.BgClassName
{
background-color: #EA021F;
}
</style>
border-color css
<style>
span { border-color: #EA021F; }
span { border-color: rgb(234,2,31); }
td.TdClassName
{
border-color: #EA021F;
}
.TagClassName
{
border-color: #EA021F;
}
</style>