Html Css Color HEX #E70429 Torch Red

📋 copy color: '#E70429'

red 231 ◦ green 4 ◦ blue 41

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

Shades of Torch Red #E70429

Tints of Torch Red #E70429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 83.7%
G = 1.45%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E70429 (or 0xE70429) is known color: Torch Red. HEX triplet: E7, 04 and 29. RGB value is (231,4,41). Sum of RGB (Red+Green+Blue) = 231+4+41=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E70429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70429 is #18FBD6. Grayscale: #4C4C4C. Windows color (decimal): -1637335 or 2688231. OLE color: 2688231.

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

Color convert

RGB 231 4 41 -
CMYK 0 0.98 0.82 0.09
HSL 350.22º 0.97% 0.46% -
HSV(B) 350.22º 0.98% 0.91% -
XYZ 33.4 17.24 3.66 -
YUV 76.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 231 4 41 0 0.98 0.82 0.09 350.22 0.97 0.46
Hex E7 4 29 0 62 52 9 15E 61 2E
Octal 347 4 51 0 142 122 11 536 141 56
Binary 11100111 100 101001 0 1100010 1010010 1001 101011110 1100001 101110

Color Harmonies of #E70429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70429

Black with #E70429

Text Example


Text Example

White with #E70429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70429; }

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

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

background-color css

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

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

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

border-color css

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

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

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