Html Css Color HEX #EA0020 Torch Red

📋 copy color: '#EA0020'

red 234 ◦ green 0 ◦ blue 32

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

Shades of Torch Red #EA0020

Tints of Torch Red #EA0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.97%
G = 0%
B = 12.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0020 (or 0xEA0020) is known color: Torch Red. HEX triplet: EA, 00 and 20. RGB value is (234,0,32). Sum of RGB (Red+Green+Blue) = 234+0+32=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0020 is #15FFDF. Grayscale: #494949. Windows color (decimal): -1441760 or 2097386. OLE color: 2097386.

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

Color convert

RGB 234 0 32 -
CMYK 0 1 0.86 0.08
HSL 351.79º 1% 0.46% -
HSV(B) 351.79º 1% 0.92% -
XYZ 34.19 17.6 2.96 -
YUV 73.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 234 0 32 0 1 0.86 0.08 351.79 1 0.46
Hex EA 0 20 0 64 56 8 160 64 2E
Octal 352 0 40 0 144 126 10 540 144 56
Binary 11101010 0 100000 0 1100100 1010110 1000 101100000 1100100 101110

Color Harmonies of #EA0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0020

Black with #EA0020

Text Example


Text Example

White with #EA0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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