Html Css Color HEX #E9012A Torch Red

📋 copy color: '#E9012A'

red 233 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #E9012A

Tints of Torch Red #E9012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 84.42%
G = 0.36%
B = 15.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9012A (or 0xE9012A) is known color: Torch Red. HEX triplet: E9, 01 and 2A. RGB value is (233,1,42). Sum of RGB (Red+Green+Blue) = 233+1+42=276 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.42% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 233 - color contains mainly: red. Hex color #E9012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9012A is #16FED5. Grayscale: #4B4B4B. Windows color (decimal): -1507030 or 2753001. OLE color: 2753001.

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

Color convert

RGB 233 1 42 -
CMYK 0 1.00 0.82 0.09
HSL 349.4º 0.99% 0.46% -
HSV(B) 349.4º 1% 0.91% -
XYZ 34.03 17.51 3.78 -
YUV 75.04 109.36 240.67 -
System Red Green Blue C M Y K H S L
Decimal 233 1 42 0 1.00 0.82 0.09 349.4 0.99 0.46
Hex E9 1 2A 0 64 52 9 15D 63 2E
Octal 351 1 52 0 144 122 11 535 143 56
Binary 11101001 1 101010 0 1100100 1010010 1001 101011101 1100011 101110

Color Harmonies of #E9012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9012A

Black with #E9012A

Text Example


Text Example

White with #E9012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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