Html Css Color HEX #EA0520 Torch Red

📋 copy color: '#EA0520'

red 234 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #EA0520

Tints of Torch Red #EA0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 86.35%
G = 1.85%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0520 (or 0xEA0520) is known color: Torch Red. HEX triplet: EA, 05 and 20. RGB value is (234,5,32). Sum of RGB (Red+Green+Blue) = 234+5+32=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0520 is #15FADF. Grayscale: #4C4C4C. Windows color (decimal): -1440480 or 2098666. OLE color: 2098666.

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

Color convert

RGB 234 5 32 -
CMYK 0 0.98 0.86 0.08
HSL 352.93º 0.96% 0.47% -
HSV(B) 352.93º 0.98% 0.92% -
XYZ 34.25 17.71 2.98 -
YUV 76.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 234 5 32 0 0.98 0.86 0.08 352.93 0.96 0.47
Hex EA 5 20 0 62 56 8 161 60 2F
Octal 352 5 40 0 142 126 10 541 140 57
Binary 11101010 101 100000 0 1100010 1010110 1000 101100001 1100000 101111

Color Harmonies of #EA0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0520

Black with #EA0520

Text Example


Text Example

White with #EA0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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