Html Css Color HEX #E70020 Torch Red

📋 copy color: '#E70020'

red 231 ◦ green 0 ◦ blue 32

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

Shades of Torch Red #E70020

Tints of Torch Red #E70020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 87.83%
G = 0%
B = 12.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E70020 (or 0xE70020) is known color: Torch Red. HEX triplet: E7, 00 and 20. RGB value is (231,0,32). Sum of RGB (Red+Green+Blue) = 231+0+32=263 (34% of max value = 765). Red value is 231 (90.62% from 255 or 87.83% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 231 - color contains mainly: red. Hex color #E70020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70020 is #18FFDF. Grayscale: #484848. Windows color (decimal): -1638368 or 2097383. OLE color: 2097383.

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

Color convert

RGB 231 0 32 -
CMYK 0 1 0.86 0.09
HSL 351.69º 1% 0.45% -
HSV(B) 351.69º 1% 0.91% -
XYZ 33.22 17.09 2.92 -
YUV 72.72 105.03 240.9 -
System Red Green Blue C M Y K H S L
Decimal 231 0 32 0 1 0.86 0.09 351.69 1 0.45
Hex E7 0 20 0 64 56 9 160 64 2D
Octal 347 0 40 0 144 126 11 540 144 55
Binary 11100111 0 100000 0 1100100 1010110 1001 101100000 1100100 101101

Color Harmonies of #E70020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70020

Black with #E70020

Text Example


Text Example

White with #E70020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70020; }

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

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

background-color css

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

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

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

border-color css

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

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

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