Html Css Color HEX #EA122B Torch Red

📋 copy color: '#EA122B'

red 234 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #EA122B

Tints of Torch Red #EA122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 79.32%
G = 6.1%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA122B (or 0xEA122B) is known color: Torch Red. HEX triplet: EA, 12 and 2B. RGB value is (234,18,43). Sum of RGB (Red+Green+Blue) = 234+18+43=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA122B is #15EDD4. Grayscale: #555555. Windows color (decimal): -1437141 or 2822890. OLE color: 2822890.

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

Color convert

RGB 234 18 43 -
CMYK 0 0.92 0.82 0.08
HSL 353.06º 0.86% 0.49% -
HSV(B) 353.06º 0.92% 0.92% -
XYZ 34.58 18.1 3.96 -
YUV 85.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 234 18 43 0 0.92 0.82 0.08 353.06 0.86 0.49
Hex EA 12 2B 0 5C 52 8 161 56 31
Octal 352 22 53 0 134 122 10 541 126 61
Binary 11101010 10010 101011 0 1011100 1010010 1000 101100001 1010110 110001

Color Harmonies of #EA122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA122B

Black with #EA122B

Text Example


Text Example

White with #EA122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA122B; }

 p { color: rgb(234,18,43); }

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

background-color css

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

 a { background-color: rgb(234,18,43); }

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

border-color css

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

 span { border-color: rgb(234,18,43); }

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