Html Css Color HEX #E70322 Torch Red

📋 copy color: '#E70322'

red 231 ◦ green 3 ◦ blue 34

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

Shades of Torch Red #E70322

Tints of Torch Red #E70322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 86.19%
G = 1.12%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E70322 (or 0xE70322) is known color: Torch Red. HEX triplet: E7, 03 and 22. RGB value is (231,3,34). Sum of RGB (Red+Green+Blue) = 231+3+34=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E70322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70322 is #18FCDD. Grayscale: #4A4A4A. Windows color (decimal): -1637598 or 2229223. OLE color: 2229223.

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

Color convert

RGB 231 3 34 -
CMYK 0 0.99 0.85 0.09
HSL 351.84º 0.97% 0.46% -
HSV(B) 351.84º 0.99% 0.91% -
XYZ 33.28 17.17 3.07 -
YUV 74.71 105.04 239.48 -
System Red Green Blue C M Y K H S L
Decimal 231 3 34 0 0.99 0.85 0.09 351.84 0.97 0.46
Hex E7 3 22 0 63 55 9 160 61 2E
Octal 347 3 42 0 143 125 11 540 141 56
Binary 11100111 11 100010 0 1100011 1010101 1001 101100000 1100001 101110

Color Harmonies of #E70322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70322

Black with #E70322

Text Example


Text Example

White with #E70322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70322; }

 p { color: rgb(231,3,34); }

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

background-color css

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

 a { background-color: rgb(231,3,34); }

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

border-color css

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

 span { border-color: rgb(231,3,34); }

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