Html Css Color HEX #EA0820 Torch Red

📋 copy color: '#EA0820'

red 234 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #EA0820

Tints of Torch Red #EA0820

RGB

 RED value IS 234 (91.8% from 255) = 85.4%

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

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 85.4%
G = 2.92%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0820 (or 0xEA0820) is known color: Torch Red. HEX triplet: EA, 08 and 20. RGB value is (234,8,32). Sum of RGB (Red+Green+Blue) = 234+8+32=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0820 is #15F7DF. Grayscale: #4E4E4E. Windows color (decimal): -1439712 or 2099434. OLE color: 2099434.

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

Color convert

RGB 234 8 32 -
CMYK 0 0.97 0.86 0.08
HSL 353.63º 0.93% 0.47% -
HSV(B) 353.63º 0.97% 0.92% -
XYZ 34.28 17.77 2.99 -
YUV 78.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 234 8 32 0 0.97 0.86 0.08 353.63 0.93 0.47
Hex EA 8 20 0 61 56 8 162 5D 2F
Octal 352 10 40 0 141 126 10 542 135 57
Binary 11101010 1000 100000 0 1100001 1010110 1000 101100010 1011101 101111

Color Harmonies of #EA0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0820

Black with #EA0820

Text Example


Text Example

White with #EA0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0820; }

 p { color: rgb(234,8,32); }

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

background-color css

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

 a { background-color: rgb(234,8,32); }

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

border-color css

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

 span { border-color: rgb(234,8,32); }

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