Html Css Color HEX #EA112E Torch Red

📋 copy color: '#EA112E'

red 234 ◦ green 17 ◦ blue 46

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

Shades of Torch Red #EA112E

Tints of Torch Red #EA112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 78.79%
G = 5.72%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA112E (or 0xEA112E) is known color: Torch Red. HEX triplet: EA, 11 and 2E. RGB value is (234,17,46). Sum of RGB (Red+Green+Blue) = 234+17+46=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA112E is #15EED1. Grayscale: #555555. Windows color (decimal): -1437394 or 3019242. OLE color: 3019242.

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

Color convert

RGB 234 17 46 -
CMYK 0 0.93 0.80 0.08
HSL 351.98º 0.86% 0.49% -
HSV(B) 351.98º 0.93% 0.92% -
XYZ 34.63 18.09 4.25 -
YUV 85.19 105.89 234.14 -
System Red Green Blue C M Y K H S L
Decimal 234 17 46 0 0.93 0.80 0.08 351.98 0.86 0.49
Hex EA 11 2E 0 5D 50 8 160 56 31
Octal 352 21 56 0 135 120 10 540 126 61
Binary 11101010 10001 101110 0 1011101 1010000 1000 101100000 1010110 110001

Color Harmonies of #EA112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA112E

Black with #EA112E

Text Example


Text Example

White with #EA112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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