Html Css Color HEX #E70529 Torch Red

📋 copy color: '#E70529'

red 231 ◦ green 5 ◦ blue 41

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

Shades of Torch Red #E70529

Tints of Torch Red #E70529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 83.39%
G = 1.81%
B = 14.8%

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

#E70529 (or 0xE70529) is known color: Torch Red. HEX triplet: E7, 05 and 29. RGB value is (231,5,41). Sum of RGB (Red+Green+Blue) = 231+5+41=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70529 is #18FAD6. Grayscale: #4C4C4C. Windows color (decimal): -1637079 or 2688487. OLE color: 2688487.

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

Color convert

RGB 231 5 41 -
CMYK 0 0.98 0.82 0.09
HSL 350.44º 0.96% 0.46% -
HSV(B) 350.44º 0.98% 0.91% -
XYZ 33.41 17.26 3.67 -
YUV 76.68 107.87 238.07 -
System Red Green Blue C M Y K H S L
Decimal 231 5 41 0 0.98 0.82 0.09 350.44 0.96 0.46
Hex E7 5 29 0 62 52 9 15E 60 2E
Octal 347 5 51 0 142 122 11 536 140 56
Binary 11100111 101 101001 0 1100010 1010010 1001 101011110 1100000 101110

Color Harmonies of #E70529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70529

Black with #E70529

Text Example


Text Example

White with #E70529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70529; }

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

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

background-color css

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

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

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

border-color css

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

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

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