Html Css Color HEX #E90029 Torch Red

📋 copy color: '#E90029'

red 233 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #E90029

Tints of Torch Red #E90029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 85.04%
G = 0%
B = 14.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E90029 (or 0xE90029) is known color: Torch Red. HEX triplet: E9, 00 and 29. RGB value is (233,0,41). Sum of RGB (Red+Green+Blue) = 233+0+41=274 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.04% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 233 - color contains mainly: red. Hex color #E90029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90029 is #16FFD6. Grayscale: #4A4A4A. Windows color (decimal): -1507287 or 2687209. OLE color: 2687209.

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

Color convert

RGB 233 0 41 -
CMYK 0 1 0.82 0.09
HSL 349.44º 1% 0.46% -
HSV(B) 349.44º 1% 0.91% -
XYZ 34 17.48 3.68 -
YUV 74.34 109.19 241.17 -
System Red Green Blue C M Y K H S L
Decimal 233 0 41 0 1 0.82 0.09 349.44 1 0.46
Hex E9 0 29 0 64 52 9 15D 64 2E
Octal 351 0 51 0 144 122 11 535 144 56
Binary 11101001 0 101001 0 1100100 1010010 1001 101011101 1100100 101110

Color Harmonies of #E90029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90029

Black with #E90029

Text Example


Text Example

White with #E90029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90029; }

 p { color: rgb(233,0,41); }

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

background-color css

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

 a { background-color: rgb(233,0,41); }

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

border-color css

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

 span { border-color: rgb(233,0,41); }

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