#EA0A22

Color #EA0A22 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EA0A22

Tints of Torch Red #EA0A22

Color information

#EA0A22 (or 0xEA0A22) is unknown color: approx Torch Red. HEX triplet: EA, 0A and 22. RGB value is (234,10,34). Sum of RGB (Red+Green+Blue) = 234+10+34=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A22 is #15F5DD. Grayscale: #4F4F4F. Windows color (decimal): -1439198 or 2231018. OLE color: 2231018.

HSL color Cylindrical-coordinate representation of color #EA0A22: hue angle of 353.57º degrees, saturation: 0.92, 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 #EA0A22 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB2341034-
CMYK00.960.850.08
HSL353.57º91.8%47.84%-
HSV(B)353.57º95.73%91.76%-
XYZ34.3317.833.14-
YUV79.71102.21238.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 84.17%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=84.17%
G=3.60%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234103400.960.850.08353.5791.847.84
HexEAA220605581625c30
Octal352124201401251054213460
Binary11101010101010001001100000101010110001011000101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0A22; }

 p { color: rgb(234,10,34); }

 H1.HeaderClassName
 {
   color: #EA0A22;
 }
 .AnyTagClassName
 {
   color: #EA0A22;
 }
</style>
background-color css

<style>
 a { background-color: #EA0A22; }

 a { background-color: rgb(234,10,34); }

 div.DivClassName
 {
   background-color: #EA0A22;
 }
 .BgClassName
 {
   background-color: #EA0A22;
 }
</style>
border-color css

<style>
 span { border-color: #EA0A22; }

 span { border-color: rgb(234,10,34); }

 td.TdClassName
 {
   border-color: #EA0A22;
 }
 .TagClassName
 {
   border-color: #EA0A22;
 }
</style>