#E90B2E

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

Shades of Torch Red #E90B2E

Tints of Torch Red #E90B2E

Color information

#E90B2E (or 0xE90B2E) is unknown color: approx Torch Red. HEX triplet: E9, 0B and 2E. RGB value is (233,11,46). Sum of RGB (Red+Green+Blue) = 233+11+46=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90B2E is #16F4D1. Grayscale: #515151. Windows color (decimal): -1504466 or 3017705. OLE color: 3017705.

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

Color convert

RGB2331146-
CMYK00.950.800.09
HSL350.54º90.98%47.84%-
HSV(B)350.54º95.28%91.37%-
XYZ34.2217.764.21-
YUV81.37108.05236.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 80.34%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=80.34%
G=3.79%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233114600.950.800.09350.5490.9847.84
HexE9B2E05F50915f5b30
Octal351135601371201153713360
Binary11101001101110111001011111101000010011010111111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90B2E; }

 p { color: rgb(233,11,46); }

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

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

 a { background-color: rgb(233,11,46); }

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

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

 span { border-color: rgb(233,11,46); }

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