Html Css Color HEX #E70826 Torch Red

📋 copy color: '#E70826'

red 231 ◦ green 8 ◦ blue 38

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

Shades of Torch Red #E70826

Tints of Torch Red #E70826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 83.39%
G = 2.89%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70826 (or 0xE70826) is known color: Torch Red. HEX triplet: E7, 08 and 26. RGB value is (231,8,38). Sum of RGB (Red+Green+Blue) = 231+8+38=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70826 is #18F7D9. Grayscale: #4E4E4E. Windows color (decimal): -1636314 or 2492647. OLE color: 2492647.

HSL color Cylindrical-coordinate representation of color #E70826: hue angle of 351.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70826 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 8 38 -
CMYK 0 0.97 0.84 0.09
HSL 351.93º 0.93% 0.47% -
HSV(B) 351.93º 0.97% 0.91% -
XYZ 33.39 17.3 3.41 -
YUV 78.1 105.38 237.06 -
System Red Green Blue C M Y K H S L
Decimal 231 8 38 0 0.97 0.84 0.09 351.93 0.93 0.47
Hex E7 8 26 0 61 54 9 160 5D 2F
Octal 347 10 46 0 141 124 11 540 135 57
Binary 11100111 1000 100110 0 1100001 1010100 1001 101100000 1011101 101111

Color Harmonies of #E70826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70826

Black with #E70826

Text Example


Text Example

White with #E70826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70826; }

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

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

background-color css

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

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

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

border-color css

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

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

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