#E90A2A

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

Shades of Torch Red #E90A2A

Tints of Torch Red #E90A2A

Color information

#E90A2A (or 0xE90A2A) is unknown color: approx Torch Red. HEX triplet: E9, 0A and 2A. RGB value is (233,10,42). Sum of RGB (Red+Green+Blue) = 233+10+42=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A2A is #16F5D5. Grayscale: #505050. Windows color (decimal): -1504726 or 2755305. OLE color: 2755305.

HSL color Cylindrical-coordinate representation of color #E90A2A: hue angle of 351.39º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A2A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2331042-
CMYK00.960.820.09
HSL351.39º91.77%47.65%-
HSV(B)351.39º95.71%91.37%-
XYZ34.1317.713.81-
YUV80.32106.38236.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 81.75%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=81.75%
G=3.51%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233104200.960.820.09351.3991.7747.65
HexE9A2A06052915f5c30
Octal351125201401221153713460
Binary11101001101010101001100000101001010011010111111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90A2A; }

 p { color: rgb(233,10,42); }

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

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

 a { background-color: rgb(233,10,42); }

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

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

 span { border-color: rgb(233,10,42); }

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