Html Css Color HEX #E9011D Torch Red

📋 copy color: '#E9011D'

red 233 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #E9011D

Tints of Torch Red #E9011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 88.59%
G = 0.38%
B = 11.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9011D (or 0xE9011D) is known color: Torch Red. HEX triplet: E9, 01 and 1D. RGB value is (233,1,29). Sum of RGB (Red+Green+Blue) = 233+1+29=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E9011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9011D is #16FEE2. Grayscale: #494949. Windows color (decimal): -1507043 or 1901033. OLE color: 1901033.

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

Color convert

RGB 233 1 29 -
CMYK 0 1.00 0.88 0.09
HSL 352.76º 0.99% 0.46% -
HSV(B) 352.76º 1% 0.91% -
XYZ 33.84 17.43 2.74 -
YUV 73.56 102.86 241.72 -
System Red Green Blue C M Y K H S L
Decimal 233 1 29 0 1.00 0.88 0.09 352.76 0.99 0.46
Hex E9 1 1D 0 64 58 9 161 63 2E
Octal 351 1 35 0 144 130 11 541 143 56
Binary 11101001 1 11101 0 1100100 1011000 1001 101100001 1100011 101110

Color Harmonies of #E9011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9011D

Black with #E9011D

Text Example


Text Example

White with #E9011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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