Html Css Color HEX #E70726 Torch Red

📋 copy color: '#E70726'

red 231 ◦ green 7 ◦ blue 38

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

Shades of Torch Red #E70726

Tints of Torch Red #E70726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 83.7%
G = 2.54%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70726 (or 0xE70726) is known color: Torch Red. HEX triplet: E7, 07 and 26. RGB value is (231,7,38). Sum of RGB (Red+Green+Blue) = 231+7+38=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E70726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70726 is #18F8D9. Grayscale: #4D4D4D. Windows color (decimal): -1636570 or 2492391. OLE color: 2492391.

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

Color convert

RGB 231 7 38 -
CMYK 0 0.97 0.84 0.09
HSL 351.7º 0.94% 0.47% -
HSV(B) 351.7º 0.97% 0.91% -
XYZ 33.38 17.28 3.41 -
YUV 77.51 105.71 237.48 -
System Red Green Blue C M Y K H S L
Decimal 231 7 38 0 0.97 0.84 0.09 351.7 0.94 0.47
Hex E7 7 26 0 61 54 9 160 5E 2F
Octal 347 7 46 0 141 124 11 540 136 57
Binary 11100111 111 100110 0 1100001 1010100 1001 101100000 1011110 101111

Color Harmonies of #E70726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70726

Black with #E70726

Text Example


Text Example

White with #E70726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70726; }

 p { color: rgb(231,7,38); }

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

background-color css

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

 a { background-color: rgb(231,7,38); }

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

border-color css

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

 span { border-color: rgb(231,7,38); }

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