Html Css Color HEX #E9022D Torch Red

📋 copy color: '#E9022D'

red 233 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #E9022D

Tints of Torch Red #E9022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 83.21%
G = 0.71%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9022D (or 0xE9022D) is known color: Torch Red. HEX triplet: E9, 02 and 2D. RGB value is (233,2,45). Sum of RGB (Red+Green+Blue) = 233+2+45=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9022D is #16FDD2. Grayscale: #4C4C4C. Windows color (decimal): -1506771 or 2949865. OLE color: 2949865.

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

Color convert

RGB 233 2 45 -
CMYK 0 0.99 0.81 0.09
HSL 348.83º 0.98% 0.46% -
HSV(B) 348.83º 0.99% 0.91% -
XYZ 34.1 17.56 4.07 -
YUV 75.97 110.53 240 -
System Red Green Blue C M Y K H S L
Decimal 233 2 45 0 0.99 0.81 0.09 348.83 0.98 0.46
Hex E9 2 2D 0 63 51 9 15D 62 2E
Octal 351 2 55 0 143 121 11 535 142 56
Binary 11101001 10 101101 0 1100011 1010001 1001 101011101 1100010 101110

Color Harmonies of #E9022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9022D

Black with #E9022D

Text Example


Text Example

White with #E9022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9022D; }

 p { color: rgb(233,2,45); }

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

background-color css

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

 a { background-color: rgb(233,2,45); }

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

border-color css

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

 span { border-color: rgb(233,2,45); }

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