Html Css Color HEX #E90120 Torch Red

📋 copy color: '#E90120'

red 233 ◦ green 1 ◦ blue 32

#E90120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #E90120

Tints of Torch Red #E90120

RGB

 RED value IS 233 (91.41% from 255) = 87.59%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 87.59%
G = 0.38%
B = 12.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E90120 (or 0xE90120) is known color: Torch Red. HEX triplet: E9, 01 and 20. RGB value is (233,1,32). Sum of RGB (Red+Green+Blue) = 233+1+32=266 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.59% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 233 - color contains mainly: red. Hex color #E90120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90120 is #16FEDF. Grayscale: #4A4A4A. Windows color (decimal): -1507040 or 2097641. OLE color: 2097641.

HSL color Cylindrical-coordinate representation of color #E90120: hue angle of 351.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 32 -
CMYK 0 1.00 0.86 0.09
HSL 351.98º 0.99% 0.46% -
HSV(B) 351.98º 1% 0.91% -
XYZ 33.88 17.45 2.95 -
YUV 73.9 104.36 241.48 -
System Red Green Blue C M Y K H S L
Decimal 233 1 32 0 1.00 0.86 0.09 351.98 0.99 0.46
Hex E9 1 20 0 64 56 9 160 63 2E
Octal 351 1 40 0 144 126 11 540 143 56
Binary 11101001 1 100000 0 1100100 1010110 1001 101100000 1100011 101110

Color Harmonies of #E90120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90120

Black with #E90120

Text Example


Text Example

White with #E90120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90120; }

 p { color: rgb(233,1,32); }

 H1.HeaderClassName
 {
   color: #E90120;
 }
 .AnyTagClassName
 {
   color: #E90120;
 }
</style>

background-color css

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

 a { background-color: rgb(233,1,32); }

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

border-color css

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

 span { border-color: rgb(233,1,32); }

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