Html Css Color HEX #E70022 Torch Red

📋 copy color: '#E70022'

red 231 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #E70022

Tints of Torch Red #E70022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.17%
G = 0%
B = 12.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E70022 (or 0xE70022) is known color: Torch Red. HEX triplet: E7, 00 and 22. RGB value is (231,0,34). Sum of RGB (Red+Green+Blue) = 231+0+34=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E70022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70022 is #18FFDD. Grayscale: #494949. Windows color (decimal): -1638366 or 2228455. OLE color: 2228455.

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

Color convert

RGB 231 0 34 -
CMYK 0 1 0.85 0.09
HSL 351.17º 1% 0.45% -
HSV(B) 351.17º 1% 0.91% -
XYZ 33.24 17.1 3.06 -
YUV 72.95 106.03 240.74 -
System Red Green Blue C M Y K H S L
Decimal 231 0 34 0 1 0.85 0.09 351.17 1 0.45
Hex E7 0 22 0 64 55 9 15F 64 2D
Octal 347 0 42 0 144 125 11 537 144 55
Binary 11100111 0 100010 0 1100100 1010101 1001 101011111 1100100 101101

Color Harmonies of #E70022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70022

Black with #E70022

Text Example


Text Example

White with #E70022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70022; }

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

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

background-color css

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

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

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

border-color css

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

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

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