Html Css Color HEX #EA091E Torch Red

📋 copy color: '#EA091E'

red 234 ◦ green 9 ◦ blue 30

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

Shades of Torch Red #EA091E

Tints of Torch Red #EA091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 85.71%
G = 3.3%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA091E (or 0xEA091E) is known color: Torch Red. HEX triplet: EA, 09 and 1E. RGB value is (234,9,30). Sum of RGB (Red+Green+Blue) = 234+9+30=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA091E is #15F6E1. Grayscale: #4E4E4E. Windows color (decimal): -1439458 or 1968618. OLE color: 1968618.

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

Color convert

RGB 234 9 30 -
CMYK 0 0.96 0.87 0.08
HSL 354.4º 0.93% 0.48% -
HSV(B) 354.4º 0.96% 0.92% -
XYZ 34.26 17.78 2.85 -
YUV 78.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 234 9 30 0 0.96 0.87 0.08 354.4 0.93 0.48
Hex EA 9 1E 0 60 57 8 162 5D 30
Octal 352 11 36 0 140 127 10 542 135 60
Binary 11101010 1001 11110 0 1100000 1010111 1000 101100010 1011101 110000

Color Harmonies of #EA091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA091E

Black with #EA091E

Text Example


Text Example

White with #EA091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA091E; }

 p { color: rgb(234,9,30); }

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

background-color css

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

 a { background-color: rgb(234,9,30); }

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

border-color css

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

 span { border-color: rgb(234,9,30); }

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