#E90D2A

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

Shades of Torch Red #E90D2A

Tints of Torch Red #E90D2A

Color information

#E90D2A (or 0xE90D2A) is unknown color: approx Torch Red. HEX triplet: E9, 0D and 2A. RGB value is (233,13,42). Sum of RGB (Red+Green+Blue) = 233+13+42=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D2A is #16F2D5. Grayscale: #525252. Windows color (decimal): -1503958 or 2756073. OLE color: 2756073.

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

Color convert

RGB2331342-
CMYK00.940.820.09
HSL352.09º89.43%48.24%-
HSV(B)352.09º94.42%91.37%-
XYZ34.1717.783.82-
YUV82.09105.39235.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 80.90%
GREEN value IS 13 (5.47% from 255) = 4.51%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=80.90%
G=4.51%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233134200.940.820.09352.0989.4348.24
HexE9D2A05E5291605930
Octal351155201361221154013160
Binary11101001110110101001011110101001010011011000001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90D2A; }

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

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

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

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

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

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

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

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