Html Css Color HEX #E80925 Torch Red

📋 copy color: '#E80925'

red 232 ◦ green 9 ◦ blue 37

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

Shades of Torch Red #E80925

Tints of Torch Red #E80925

RGB

 RED value IS 232 (91.02% from 255) = 83.45%

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

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

R = 83.45%
G = 3.24%
B = 13.31%

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

#E80925 (or 0xE80925) is known color: Torch Red. HEX triplet: E8, 09 and 25. RGB value is (232,9,37). Sum of RGB (Red+Green+Blue) = 232+9+37=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80925 is #17F6DA. Grayscale: #4E4E4E. Windows color (decimal): -1570523 or 2427368. OLE color: 2427368.

HSL color Cylindrical-coordinate representation of color #E80925: hue angle of 352.47º 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 #E80925 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 9 37 -
CMYK 0 0.96 0.84 0.09
HSL 352.47º 0.93% 0.47% -
HSV(B) 352.47º 0.96% 0.91% -
XYZ 33.71 17.48 3.35 -
YUV 78.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 232 9 37 0 0.96 0.84 0.09 352.47 0.93 0.47
Hex E8 9 25 0 60 54 9 160 5D 2F
Octal 350 11 45 0 140 124 11 540 135 57
Binary 11101000 1001 100101 0 1100000 1010100 1001 101100000 1011101 101111

Color Harmonies of #E80925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80925

Black with #E80925

Text Example


Text Example

White with #E80925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80925; }

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

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

background-color css

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

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

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

border-color css

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

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

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