Html Css Color HEX #E9012C Torch Red

📋 copy color: '#E9012C'

red 233 ◦ green 1 ◦ blue 44

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

Shades of Torch Red #E9012C

Tints of Torch Red #E9012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 83.81%
G = 0.36%
B = 15.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9012C (or 0xE9012C) is known color: Torch Red. HEX triplet: E9, 01 and 2C. RGB value is (233,1,44). Sum of RGB (Red+Green+Blue) = 233+1+44=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9012C is #16FED3. Grayscale: #4B4B4B. Windows color (decimal): -1507028 or 2884073. OLE color: 2884073.

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

Color convert

RGB 233 1 44 -
CMYK 0 1.00 0.81 0.09
HSL 348.88º 0.99% 0.46% -
HSV(B) 348.88º 1% 0.91% -
XYZ 34.07 17.53 3.97 -
YUV 75.27 110.36 240.5 -
System Red Green Blue C M Y K H S L
Decimal 233 1 44 0 1.00 0.81 0.09 348.88 0.99 0.46
Hex E9 1 2C 0 64 51 9 15D 63 2E
Octal 351 1 54 0 144 121 11 535 143 56
Binary 11101001 1 101100 0 1100100 1010001 1001 101011101 1100011 101110

Color Harmonies of #E9012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9012C

Black with #E9012C

Text Example


Text Example

White with #E9012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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