Html Css Color HEX #E9112A Torch Red

📋 copy color: '#E9112A'

red 233 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #E9112A

Tints of Torch Red #E9112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

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

R = 79.79%
G = 5.82%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9112A (or 0xE9112A) is known color: Torch Red. HEX triplet: E9, 11 and 2A. RGB value is (233,17,42). Sum of RGB (Red+Green+Blue) = 233+17+42=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E9112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9112A is #16EED5. Grayscale: #545454. Windows color (decimal): -1502934 or 2757097. OLE color: 2757097.

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

Color convert

RGB 233 17 42 -
CMYK 0 0.93 0.82 0.09
HSL 353.06º 0.86% 0.49% -
HSV(B) 353.06º 0.93% 0.91% -
XYZ 34.22 17.89 3.84 -
YUV 84.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 233 17 42 0 0.93 0.82 0.09 353.06 0.86 0.49
Hex E9 11 2A 0 5D 52 9 161 56 31
Octal 351 21 52 0 135 122 11 541 126 61
Binary 11101001 10001 101010 0 1011101 1010010 1001 101100001 1010110 110001

Color Harmonies of #E9112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9112A

Black with #E9112A

Text Example


Text Example

White with #E9112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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