Html Css Color HEX #EA0122 Torch Red

📋 copy color: '#EA0122'

red 234 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #EA0122

Tints of Torch Red #EA0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 86.99%
G = 0.37%
B = 12.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA0122 (or 0xEA0122) is known color: Torch Red. HEX triplet: EA, 01 and 22. RGB value is (234,1,34). Sum of RGB (Red+Green+Blue) = 234+1+34=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0122 is #15FEDD. Grayscale: #4A4A4A. Windows color (decimal): -1441502 or 2228714. OLE color: 2228714.

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

Color convert

RGB 234 1 34 -
CMYK 0 1.00 0.85 0.08
HSL 351.5º 0.99% 0.46% -
HSV(B) 351.5º 1% 0.92% -
XYZ 34.23 17.63 3.11 -
YUV 74.43 105.19 241.82 -
System Red Green Blue C M Y K H S L
Decimal 234 1 34 0 1.00 0.85 0.08 351.5 0.99 0.46
Hex EA 1 22 0 64 55 8 160 63 2E
Octal 352 1 42 0 144 125 10 540 143 56
Binary 11101010 1 100010 0 1100100 1010101 1000 101100000 1100011 101110

Color Harmonies of #EA0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0122

Black with #EA0122

Text Example


Text Example

White with #EA0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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