Shades of Torch Red #EA0922
Tints of Torch Red #EA0922
RGB
CMYK
RGB Variations
Color information
#EA0922 (or 0xEA0922) is known color: Torch Red. HEX triplet: EA, 09 and 22. RGB value is (234,9,34). Sum of RGB (Red+Green+Blue) = 234+9+34=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0922 is #15F6DD. Grayscale: #4F4F4F. Windows color (decimal): -1439454 or 2230762. OLE color: 2230762.
HSL color Cylindrical-coordinate representation of color #EA0922: hue angle of 353.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0922 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.08 |
| HSL | 353.33º | 0.93% | 0.48% | - |
| HSV(B) | 353.33º | 0.96% | 0.92% | - |
| XYZ | 34.32 | 17.8 | 3.14 | - |
| YUV | 79.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 34 | 0 | 0.96 | 0.85 | 0.08 | 353.33 | 0.93 | 0.48 |
| Hex | EA | 9 | 22 | 0 | 60 | 55 | 8 | 161 | 5D | 30 |
| Octal | 352 | 11 | 42 | 0 | 140 | 125 | 10 | 541 | 135 | 60 |
| Binary | 11101010 | 1001 | 100010 | 0 | 1100000 | 1010101 | 1000 | 101100001 | 1011101 | 110000 |
Color Harmonies of #EA0922
Complementary color
Monochromatic Colors of #EA0922
Black with #EA0922
Text Example
Text Example
White with #EA0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0922; }
p { color: rgb(234,9,34); }
H1.HeaderClassName
{
color: #EA0922;
}
.AnyTagClassName
{
color: #EA0922;
}
</style>
background-color css
<style>
a { background-color: #EA0922; }
a { background-color: rgb(234,9,34); }
div.DivClassName
{
background-color: #EA0922;
}
.BgClassName
{
background-color: #EA0922;
}
</style>
border-color css
<style>
span { border-color: #EA0922; }
span { border-color: rgb(234,9,34); }
td.TdClassName
{
border-color: #EA0922;
}
.TagClassName
{
border-color: #EA0922;
}
</style>