Html Css Color HEX #E70626 Torch Red

📋 copy color: '#E70626'

red 231 ◦ green 6 ◦ blue 38

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

Shades of Torch Red #E70626

Tints of Torch Red #E70626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 84%
G = 2.18%
B = 13.82%

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

#E70626 (or 0xE70626) is known color: Torch Red. HEX triplet: E7, 06 and 26. RGB value is (231,6,38). Sum of RGB (Red+Green+Blue) = 231+6+38=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E70626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70626 is #18F9D9. Grayscale: #4D4D4D. Windows color (decimal): -1636826 or 2492135. OLE color: 2492135.

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

Color convert

RGB 231 6 38 -
CMYK 0 0.97 0.84 0.09
HSL 351.47º 0.95% 0.46% -
HSV(B) 351.47º 0.97% 0.91% -
XYZ 33.37 17.26 3.41 -
YUV 76.92 106.04 237.9 -
System Red Green Blue C M Y K H S L
Decimal 231 6 38 0 0.97 0.84 0.09 351.47 0.95 0.46
Hex E7 6 26 0 61 54 9 15F 5F 2E
Octal 347 6 46 0 141 124 11 537 137 56
Binary 11100111 110 100110 0 1100001 1010100 1001 101011111 1011111 101110

Color Harmonies of #E70626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70626

Black with #E70626

Text Example


Text Example

White with #E70626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70626; }

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

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

background-color css

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

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

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

border-color css

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

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

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