Html Css Color HEX #EA0521 Torch Red

📋 copy color: '#EA0521'

red 234 ◦ green 5 ◦ blue 33

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

Shades of Torch Red #EA0521

Tints of Torch Red #EA0521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 86.03%
G = 1.84%
B = 12.13%

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

#EA0521 (or 0xEA0521) is known color: Torch Red. HEX triplet: EA, 05 and 21. RGB value is (234,5,33). Sum of RGB (Red+Green+Blue) = 234+5+33=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0521 is #15FADE. Grayscale: #4C4C4C. Windows color (decimal): -1440479 or 2164202. OLE color: 2164202.

HSL color Cylindrical-coordinate representation of color #EA0521: hue angle of 352.66º 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 #EA0521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 33 -
CMYK 0 0.98 0.86 0.08
HSL 352.66º 0.96% 0.47% -
HSV(B) 352.66º 0.98% 0.92% -
XYZ 34.26 17.71 3.05 -
YUV 76.66 103.37 240.22 -
System Red Green Blue C M Y K H S L
Decimal 234 5 33 0 0.98 0.86 0.08 352.66 0.96 0.47
Hex EA 5 21 0 62 56 8 161 60 2F
Octal 352 5 41 0 142 126 10 541 140 57
Binary 11101010 101 100001 0 1100010 1010110 1000 101100001 1100000 101111

Color Harmonies of #EA0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0521

Black with #EA0521

Text Example


Text Example

White with #EA0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0521; }

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

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

background-color css

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

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

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

border-color css

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

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

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