Html Css Color HEX #E70925 Torch Red

📋 copy color: '#E70925'

red 231 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #E70925

Tints of Torch Red #E70925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 83.39%
G = 3.25%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70925 (or 0xE70925) is known color: Torch Red. HEX triplet: E7, 09 and 25. RGB value is (231,9,37). Sum of RGB (Red+Green+Blue) = 231+9+37=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70925 is #18F6DA. Grayscale: #4E4E4E. Windows color (decimal): -1636059 or 2427367. OLE color: 2427367.

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

Color convert

RGB 231 9 37 -
CMYK 0 0.96 0.84 0.09
HSL 352.43º 0.93% 0.47% -
HSV(B) 352.43º 0.96% 0.91% -
XYZ 33.39 17.32 3.33 -
YUV 78.57 104.55 236.72 -
System Red Green Blue C M Y K H S L
Decimal 231 9 37 0 0.96 0.84 0.09 352.43 0.93 0.47
Hex E7 9 25 0 60 54 9 160 5C 2F
Octal 347 11 45 0 140 124 11 540 134 57
Binary 11100111 1001 100101 0 1100000 1010100 1001 101100000 1011100 101111

Color Harmonies of #E70925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70925

Black with #E70925

Text Example


Text Example

White with #E70925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70925; }

 p { color: rgb(231,9,37); }

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

background-color css

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

 a { background-color: rgb(231,9,37); }

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

border-color css

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

 span { border-color: rgb(231,9,37); }

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