Html Css Color HEX #E90122 Torch Red

📋 copy color: '#E90122'

red 233 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #E90122

Tints of Torch Red #E90122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 86.94%
G = 0.37%
B = 12.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E90122 (or 0xE90122) is known color: Torch Red. HEX triplet: E9, 01 and 22. RGB value is (233,1,34). Sum of RGB (Red+Green+Blue) = 233+1+34=268 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.94% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 233 - color contains mainly: red. Hex color #E90122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90122 is #16FEDD. Grayscale: #4A4A4A. Windows color (decimal): -1507038 or 2228713. OLE color: 2228713.

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

Color convert

RGB 233 1 34 -
CMYK 0 1.00 0.85 0.09
HSL 351.47º 0.99% 0.46% -
HSV(B) 351.47º 1% 0.91% -
XYZ 33.9 17.46 3.1 -
YUV 74.13 105.36 241.32 -
System Red Green Blue C M Y K H S L
Decimal 233 1 34 0 1.00 0.85 0.09 351.47 0.99 0.46
Hex E9 1 22 0 64 55 9 15F 63 2E
Octal 351 1 42 0 144 125 11 537 143 56
Binary 11101001 1 100010 0 1100100 1010101 1001 101011111 1100011 101110

Color Harmonies of #E90122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90122

Black with #E90122

Text Example


Text Example

White with #E90122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90122; }

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

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

background-color css

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

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

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

border-color css

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

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

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