#EA0E2B

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

Shades of Torch Red #EA0E2B

Tints of Torch Red #EA0E2B

Color information

#EA0E2B (or 0xEA0E2B) is unknown color: approx Torch Red. HEX triplet: EA, 0E and 2B. RGB value is (234,14,43). Sum of RGB (Red+Green+Blue) = 234+14+43=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0E2B is #15F1D4. Grayscale: #535353. Windows color (decimal): -1438165 or 2821866. OLE color: 2821866.

HSL color Cylindrical-coordinate representation of color #EA0E2B: hue angle of 352.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB2341443-
CMYK00.940.820.08
HSL352.09º88.71%48.63%-
HSV(B)352.09º94.02%91.76%-
XYZ34.5217.983.94-
YUV83.09105.39235.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 80.41%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=80.41%
G=4.81%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234144300.940.820.08352.0988.7148.63
HexEAE2B05E5281605931
Octal352165301361221054013161
Binary11101010111010101101011110101001010001011000001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0E2B; }

 p { color: rgb(234,14,43); }

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

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

 a { background-color: rgb(234,14,43); }

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

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

 span { border-color: rgb(234,14,43); }

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