Html Css Color HEX #E70029 Torch Red

📋 copy color: '#E70029'

red 231 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #E70029

Tints of Torch Red #E70029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 84.93%
G = 0%
B = 15.07%

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

#E70029 (or 0xE70029) is known color: Torch Red. HEX triplet: E7, 00 and 29. RGB value is (231,0,41). Sum of RGB (Red+Green+Blue) = 231+0+41=272 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.93% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 231 - color contains mainly: red. Hex color #E70029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70029 is #18FFD6. Grayscale: #494949. Windows color (decimal): -1638359 or 2687207. OLE color: 2687207.

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

Color convert

RGB 231 0 41 -
CMYK 0 1 0.82 0.09
HSL 349.35º 1% 0.45% -
HSV(B) 349.35º 1% 0.91% -
XYZ 33.36 17.15 3.65 -
YUV 73.74 109.53 240.17 -
System Red Green Blue C M Y K H S L
Decimal 231 0 41 0 1 0.82 0.09 349.35 1 0.45
Hex E7 0 29 0 64 52 9 15D 64 2D
Octal 347 0 51 0 144 122 11 535 144 55
Binary 11100111 0 101001 0 1100100 1010010 1001 101011101 1100100 101101

Color Harmonies of #E70029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70029

Black with #E70029

Text Example


Text Example

White with #E70029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70029; }

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

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

background-color css

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

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

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

border-color css

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

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

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