Html Css Color HEX #E70526 Torch Red

📋 copy color: '#E70526'

red 231 ◦ green 5 ◦ blue 38

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

Shades of Torch Red #E70526

Tints of Torch Red #E70526

RGB

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

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

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

R = 84.31%
G = 1.82%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70526 (or 0xE70526) is known color: Torch Red. HEX triplet: E7, 05 and 26. RGB value is (231,5,38). Sum of RGB (Red+Green+Blue) = 231+5+38=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E70526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70526 is #18FAD9. Grayscale: #4C4C4C. Windows color (decimal): -1637082 or 2491879. OLE color: 2491879.

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

Color convert

RGB 231 5 38 -
CMYK 0 0.98 0.84 0.09
HSL 351.24º 0.96% 0.46% -
HSV(B) 351.24º 0.98% 0.91% -
XYZ 33.36 17.24 3.4 -
YUV 76.34 106.37 238.32 -
System Red Green Blue C M Y K H S L
Decimal 231 5 38 0 0.98 0.84 0.09 351.24 0.96 0.46
Hex E7 5 26 0 62 54 9 15F 60 2E
Octal 347 5 46 0 142 124 11 537 140 56
Binary 11100111 101 100110 0 1100010 1010100 1001 101011111 1100000 101110

Color Harmonies of #E70526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70526

Black with #E70526

Text Example


Text Example

White with #E70526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70526; }

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

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

background-color css

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

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

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

border-color css

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

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

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