Html Css Color HEX #EA1127 Torch Red

📋 copy color: '#EA1127'

red 234 ◦ green 17 ◦ blue 39

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

Shades of Torch Red #EA1127

Tints of Torch Red #EA1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 80.69%
G = 5.86%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA1127 (or 0xEA1127) is known color: Torch Red. HEX triplet: EA, 11 and 27. RGB value is (234,17,39). Sum of RGB (Red+Green+Blue) = 234+17+39=290 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.69% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1127 is #15EED8. Grayscale: #545454. Windows color (decimal): -1437401 or 2560490. OLE color: 2560490.

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

Color convert

RGB 234 17 39 -
CMYK 0 0.93 0.83 0.08
HSL 353.92º 0.86% 0.49% -
HSV(B) 353.92º 0.93% 0.92% -
XYZ 34.5 18.04 3.58 -
YUV 84.39 102.39 234.71 -
System Red Green Blue C M Y K H S L
Decimal 234 17 39 0 0.93 0.83 0.08 353.92 0.86 0.49
Hex EA 11 27 0 5D 53 8 162 56 31
Octal 352 21 47 0 135 123 10 542 126 61
Binary 11101010 10001 100111 0 1011101 1010011 1000 101100010 1010110 110001

Color Harmonies of #EA1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1127

Black with #EA1127

Text Example


Text Example

White with #EA1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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