Html Css Color HEX #E80A24 Torch Red

📋 copy color: '#E80A24'

red 232 ◦ green 10 ◦ blue 36

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

Shades of Torch Red #E80A24

Tints of Torch Red #E80A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 83.45%
G = 3.6%
B = 12.95%

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

#E80A24 (or 0xE80A24) is known color: Torch Red. HEX triplet: E8, 0A and 24. RGB value is (232,10,36). Sum of RGB (Red+Green+Blue) = 232+10+36=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A24 is #17F5DB. Grayscale: #4F4F4F. Windows color (decimal): -1570268 or 2362088. OLE color: 2362088.

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

Color convert

RGB 232 10 36 -
CMYK 0 0.96 0.84 0.09
HSL 352.97º 0.92% 0.47% -
HSV(B) 352.97º 0.96% 0.91% -
XYZ 33.71 17.5 3.27 -
YUV 79.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 232 10 36 0 0.96 0.84 0.09 352.97 0.92 0.47
Hex E8 A 24 0 60 54 9 161 5C 2F
Octal 350 12 44 0 140 124 11 541 134 57
Binary 11101000 1010 100100 0 1100000 1010100 1001 101100001 1011100 101111

Color Harmonies of #E80A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A24

Black with #E80A24

Text Example


Text Example

White with #E80A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A24; }

 p { color: rgb(232,10,36); }

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

background-color css

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

 a { background-color: rgb(232,10,36); }

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

border-color css

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

 span { border-color: rgb(232,10,36); }

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