Html Css Color HEX #EA0A20 Torch Red

📋 copy color: '#EA0A20'

red 234 ◦ green 10 ◦ blue 32

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

Shades of Torch Red #EA0A20

Tints of Torch Red #EA0A20

RGB

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

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

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

R = 84.78%
G = 3.62%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0A20 (or 0xEA0A20) is known color: Torch Red. HEX triplet: EA, 0A and 20. RGB value is (234,10,32). Sum of RGB (Red+Green+Blue) = 234+10+32=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A20 is #15F5DF. Grayscale: #4F4F4F. Windows color (decimal): -1439200 or 2099946. OLE color: 2099946.

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

Color convert

RGB 234 10 32 -
CMYK 0 0.96 0.86 0.08
HSL 354.11º 0.92% 0.48% -
HSV(B) 354.11º 0.96% 0.92% -
XYZ 34.3 17.81 3 -
YUV 79.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 234 10 32 0 0.96 0.86 0.08 354.11 0.92 0.48
Hex EA A 20 0 60 56 8 162 5C 30
Octal 352 12 40 0 140 126 10 542 134 60
Binary 11101010 1010 100000 0 1100000 1010110 1000 101100010 1011100 110000

Color Harmonies of #EA0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A20

Black with #EA0A20

Text Example


Text Example

White with #EA0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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