Html Css Color HEX #EA0220 Torch Red

📋 copy color: '#EA0220'

red 234 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #EA0220

Tints of Torch Red #EA0220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 87.31%
G = 0.75%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0220 (or 0xEA0220) is known color: Torch Red. HEX triplet: EA, 02 and 20. RGB value is (234,2,32). Sum of RGB (Red+Green+Blue) = 234+2+32=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0220 is #15FDDF. Grayscale: #4A4A4A. Windows color (decimal): -1441248 or 2097898. OLE color: 2097898.

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

Color convert

RGB 234 2 32 -
CMYK 0 0.99 0.86 0.08
HSL 352.24º 0.98% 0.46% -
HSV(B) 352.24º 0.99% 0.92% -
XYZ 34.21 17.64 2.97 -
YUV 74.79 103.86 241.56 -
System Red Green Blue C M Y K H S L
Decimal 234 2 32 0 0.99 0.86 0.08 352.24 0.98 0.46
Hex EA 2 20 0 63 56 8 160 62 2E
Octal 352 2 40 0 143 126 10 540 142 56
Binary 11101010 10 100000 0 1100011 1010110 1000 101100000 1100010 101110

Color Harmonies of #EA0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0220

Black with #EA0220

Text Example


Text Example

White with #EA0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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