Html Css Color HEX #E7042A Torch Red

📋 copy color: '#E7042A'

red 231 ◦ green 4 ◦ blue 42

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

Shades of Torch Red #E7042A

Tints of Torch Red #E7042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 83.39%
G = 1.44%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7042A (or 0xE7042A) is known color: Torch Red. HEX triplet: E7, 04 and 2A. RGB value is (231,4,42). Sum of RGB (Red+Green+Blue) = 231+4+42=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E7042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7042A is #18FBD5. Grayscale: #4C4C4C. Windows color (decimal): -1637334 or 2753767. OLE color: 2753767.

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

Color convert

RGB 231 4 42 -
CMYK 0 0.98 0.82 0.09
HSL 349.96º 0.97% 0.46% -
HSV(B) 349.96º 0.98% 0.91% -
XYZ 33.42 17.24 3.76 -
YUV 76.21 108.71 238.41 -
System Red Green Blue C M Y K H S L
Decimal 231 4 42 0 0.98 0.82 0.09 349.96 0.97 0.46
Hex E7 4 2A 0 62 52 9 15E 61 2E
Octal 347 4 52 0 142 122 11 536 141 56
Binary 11100111 100 101010 0 1100010 1010010 1001 101011110 1100001 101110

Color Harmonies of #E7042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7042A

Black with #E7042A

Text Example


Text Example

White with #E7042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7042A; }

 p { color: rgb(231,4,42); }

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

background-color css

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

 a { background-color: rgb(231,4,42); }

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

border-color css

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

 span { border-color: rgb(231,4,42); }

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