Html Css Color HEX #E70226 Torch Red

📋 copy color: '#E70226'

red 231 ◦ green 2 ◦ blue 38

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

Shades of Torch Red #E70226

Tints of Torch Red #E70226

RGB

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

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

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

R = 85.24%
G = 0.74%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70226 (or 0xE70226) is known color: Torch Red. HEX triplet: E7, 02 and 26. RGB value is (231,2,38). Sum of RGB (Red+Green+Blue) = 231+2+38=271 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.24% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 231 - color contains mainly: red. Hex color #E70226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70226 is #18FDD9. Grayscale: #4A4A4A. Windows color (decimal): -1637850 or 2491111. OLE color: 2491111.

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

Color convert

RGB 231 2 38 -
CMYK 0 0.99 0.84 0.09
HSL 350.57º 0.98% 0.46% -
HSV(B) 350.57º 0.99% 0.91% -
XYZ 33.33 17.17 3.39 -
YUV 74.58 107.37 239.57 -
System Red Green Blue C M Y K H S L
Decimal 231 2 38 0 0.99 0.84 0.09 350.57 0.98 0.46
Hex E7 2 26 0 63 54 9 15F 62 2E
Octal 347 2 46 0 143 124 11 537 142 56
Binary 11100111 10 100110 0 1100011 1010100 1001 101011111 1100010 101110

Color Harmonies of #E70226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70226

Black with #E70226

Text Example


Text Example

White with #E70226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70226; }

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

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

background-color css

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

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

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

border-color css

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

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

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