Html Css Color HEX #EA112A Torch Red

📋 copy color: '#EA112A'

red 234 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #EA112A

Tints of Torch Red #EA112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 79.86%
G = 5.8%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA112A (or 0xEA112A) is known color: Torch Red. HEX triplet: EA, 11 and 2A. RGB value is (234,17,42). Sum of RGB (Red+Green+Blue) = 234+17+42=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA112A is #15EED5. Grayscale: #545454. Windows color (decimal): -1437398 or 2757098. OLE color: 2757098.

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

Color convert

RGB 234 17 42 -
CMYK 0 0.93 0.82 0.08
HSL 353.09º 0.86% 0.49% -
HSV(B) 353.09º 0.93% 0.92% -
XYZ 34.55 18.06 3.86 -
YUV 84.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 234 17 42 0 0.93 0.82 0.08 353.09 0.86 0.49
Hex EA 11 2A 0 5D 52 8 161 56 31
Octal 352 21 52 0 135 122 10 541 126 61
Binary 11101010 10001 101010 0 1011101 1010010 1000 101100001 1010110 110001

Color Harmonies of #EA112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA112A

Black with #EA112A

Text Example


Text Example

White with #EA112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA112A; }

 p { color: rgb(234,17,42); }

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

background-color css

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

 a { background-color: rgb(234,17,42); }

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

border-color css

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

 span { border-color: rgb(234,17,42); }

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