Html Css Color HEX #EA0131 Torch Red

📋 copy color: '#EA0131'

red 234 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #EA0131

Tints of Torch Red #EA0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 82.39%
G = 0.35%
B = 17.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0131 (or 0xEA0131) is known color: Torch Red. HEX triplet: EA, 01 and 31. RGB value is (234,1,49). Sum of RGB (Red+Green+Blue) = 234+1+49=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0131 is #15FECE. Grayscale: #4C4C4C. Windows color (decimal): -1441487 or 3211754. OLE color: 3211754.

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

Color convert

RGB 234 1 49 -
CMYK 0 1.00 0.79 0.08
HSL 347.64º 0.99% 0.46% -
HSV(B) 347.64º 1% 0.92% -
XYZ 34.5 17.74 4.51 -
YUV 76.14 112.69 240.6 -
System Red Green Blue C M Y K H S L
Decimal 234 1 49 0 1.00 0.79 0.08 347.64 0.99 0.46
Hex EA 1 31 0 64 4F 8 15C 63 2E
Octal 352 1 61 0 144 117 10 534 143 56
Binary 11101010 1 110001 0 1100100 1001111 1000 101011100 1100011 101110

Color Harmonies of #EA0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0131

Black with #EA0131

Text Example


Text Example

White with #EA0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0131; }

 p { color: rgb(234,1,49); }

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

background-color css

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

 a { background-color: rgb(234,1,49); }

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

border-color css

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

 span { border-color: rgb(234,1,49); }

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