Html Css Color HEX #E70229 Torch Red

📋 copy color: '#E70229'

red 231 ◦ green 2 ◦ blue 41

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

Shades of Torch Red #E70229

Tints of Torch Red #E70229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 84.31%
G = 0.73%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E70229 (or 0xE70229) is known color: Torch Red. HEX triplet: E7, 02 and 29. RGB value is (231,2,41). Sum of RGB (Red+Green+Blue) = 231+2+41=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E70229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70229 is #18FDD6. Grayscale: #4A4A4A. Windows color (decimal): -1637847 or 2687719. OLE color: 2687719.

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

Color convert

RGB 231 2 41 -
CMYK 0 0.99 0.82 0.09
HSL 349.78º 0.98% 0.46% -
HSV(B) 349.78º 0.99% 0.91% -
XYZ 33.38 17.19 3.66 -
YUV 74.92 108.87 239.33 -
System Red Green Blue C M Y K H S L
Decimal 231 2 41 0 0.99 0.82 0.09 349.78 0.98 0.46
Hex E7 2 29 0 63 52 9 15E 62 2E
Octal 347 2 51 0 143 122 11 536 142 56
Binary 11100111 10 101001 0 1100011 1010010 1001 101011110 1100010 101110

Color Harmonies of #E70229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70229

Black with #E70229

Text Example


Text Example

White with #E70229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70229; }

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

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

background-color css

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

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

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

border-color css

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

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

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