Html Css Color HEX #E70122 Torch Red

📋 copy color: '#E70122'

red 231 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #E70122

Tints of Torch Red #E70122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 86.84%
G = 0.38%
B = 12.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E70122 (or 0xE70122) is known color: Torch Red. HEX triplet: E7, 01 and 22. RGB value is (231,1,34). Sum of RGB (Red+Green+Blue) = 231+1+34=266 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.84% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 231 - color contains mainly: red. Hex color #E70122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70122 is #18FEDD. Grayscale: #494949. Windows color (decimal): -1638110 or 2228711. OLE color: 2228711.

HSL color Cylindrical-coordinate representation of color #E70122: hue angle of 351.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70122 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 34 -
CMYK 0 1.00 0.85 0.09
HSL 351.39º 0.99% 0.45% -
HSV(B) 351.39º 1% 0.91% -
XYZ 33.25 17.13 3.07 -
YUV 73.53 105.7 240.32 -
System Red Green Blue C M Y K H S L
Decimal 231 1 34 0 1.00 0.85 0.09 351.39 0.99 0.45
Hex E7 1 22 0 64 55 9 15F 63 2D
Octal 347 1 42 0 144 125 11 537 143 55
Binary 11100111 1 100010 0 1100100 1010101 1001 101011111 1100011 101101

Color Harmonies of #E70122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70122

Black with #E70122

Text Example


Text Example

White with #E70122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70122; }

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

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

background-color css

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

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

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

border-color css

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

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

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