#E90A2B

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

Shades of Torch Red #E90A2B

Tints of Torch Red #E90A2B

Color information

#E90A2B (or 0xE90A2B) is unknown color: approx Torch Red. HEX triplet: E9, 0A and 2B. RGB value is (233,10,43). Sum of RGB (Red+Green+Blue) = 233+10+43=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90A2B is #16F5D4. Grayscale: #505050. Windows color (decimal): -1504725 or 2820841. OLE color: 2820841.

HSL color Cylindrical-coordinate representation of color #E90A2B: hue angle of 351.12º 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 #E90A2B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2331043-
CMYK00.960.820.09
HSL351.12º91.77%47.65%-
HSV(B)351.12º95.71%91.37%-
XYZ34.1517.723.91-
YUV80.44106.88236.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 81.47%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=81.47%
G=3.50%
B=15.03%

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
Decimal233104300.960.820.09351.1291.7747.65
HexE9A2B06052915f5c30
Octal351125301401221153713460
Binary11101001101010101101100000101001010011010111111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90A2B; }

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

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

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

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

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

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

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

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