Html Css Color HEX #E7002A Torch Red

📋 copy color: '#E7002A'

red 231 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #E7002A

Tints of Torch Red #E7002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7002A (or 0xE7002A) is known color: Torch Red. HEX triplet: E7, 00 and 2A. RGB value is (231,0,42). Sum of RGB (Red+Green+Blue) = 231+0+42=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E7002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7002A is #18FFD5. Grayscale: #494949. Windows color (decimal): -1638358 or 2752743. OLE color: 2752743.

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

Color convert

RGB 231 0 42 -
CMYK 0 1 0.82 0.09
HSL 349.09º 1% 0.45% -
HSV(B) 349.09º 1% 0.91% -
XYZ 33.37 17.16 3.74 -
YUV 73.86 110.03 240.08 -
System Red Green Blue C M Y K H S L
Decimal 231 0 42 0 1 0.82 0.09 349.09 1 0.45
Hex E7 0 2A 0 64 52 9 15D 64 2D
Octal 347 0 52 0 144 122 11 535 144 55
Binary 11100111 0 101010 0 1100100 1010010 1001 101011101 1100100 101101

Color Harmonies of #E7002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7002A

Black with #E7002A

Text Example


Text Example

White with #E7002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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