Html Css Color HEX #E7012B Torch Red

📋 copy color: '#E7012B'

red 231 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #E7012B

Tints of Torch Red #E7012B

RGB

 RED value IS 231 (90.63% from 255) = 84%

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 84%
G = 0.36%
B = 15.64%

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

#E7012B (or 0xE7012B) is known color: Torch Red. HEX triplet: E7, 01 and 2B. RGB value is (231,1,43). Sum of RGB (Red+Green+Blue) = 231+1+43=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E7012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7012B is #18FED4. Grayscale: #4A4A4A. Windows color (decimal): -1638101 or 2818535. OLE color: 2818535.

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

Color convert

RGB 231 1 43 -
CMYK 0 1.00 0.81 0.09
HSL 349.04º 0.99% 0.45% -
HSV(B) 349.04º 1% 0.91% -
XYZ 33.4 17.19 3.84 -
YUV 74.56 110.2 239.58 -
System Red Green Blue C M Y K H S L
Decimal 231 1 43 0 1.00 0.81 0.09 349.04 0.99 0.45
Hex E7 1 2B 0 64 51 9 15D 63 2D
Octal 347 1 53 0 144 121 11 535 143 55
Binary 11100111 1 101011 0 1100100 1010001 1001 101011101 1100011 101101

Color Harmonies of #E7012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7012B

Black with #E7012B

Text Example


Text Example

White with #E7012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7012B; }

 p { color: rgb(231,1,43); }

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

background-color css

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

 a { background-color: rgb(231,1,43); }

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

border-color css

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

 span { border-color: rgb(231,1,43); }

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