Html Css Color HEX #EA0126 Torch Red

📋 copy color: '#EA0126'

red 234 ◦ green 1 ◦ blue 38

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

Shades of Torch Red #EA0126

Tints of Torch Red #EA0126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 85.71%
G = 0.37%
B = 13.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA0126 (or 0xEA0126) is known color: Torch Red. HEX triplet: EA, 01 and 26. RGB value is (234,1,38). Sum of RGB (Red+Green+Blue) = 234+1+38=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0126 is #15FED9. Grayscale: #4A4A4A. Windows color (decimal): -1441498 or 2490858. OLE color: 2490858.

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

Color convert

RGB 234 1 38 -
CMYK 0 1.00 0.84 0.08
HSL 350.47º 0.99% 0.46% -
HSV(B) 350.47º 1% 0.92% -
XYZ 34.29 17.65 3.43 -
YUV 74.89 107.19 241.49 -
System Red Green Blue C M Y K H S L
Decimal 234 1 38 0 1.00 0.84 0.08 350.47 0.99 0.46
Hex EA 1 26 0 64 54 8 15E 63 2E
Octal 352 1 46 0 144 124 10 536 143 56
Binary 11101010 1 100110 0 1100100 1010100 1000 101011110 1100011 101110

Color Harmonies of #EA0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0126

Black with #EA0126

Text Example


Text Example

White with #EA0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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