Html Css Color HEX #EA092B Torch Red

📋 copy color: '#EA092B'

red 234 ◦ green 9 ◦ blue 43

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

Shades of Torch Red #EA092B

Tints of Torch Red #EA092B

RGB

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

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

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

R = 81.82%
G = 3.15%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA092B (or 0xEA092B) is known color: Torch Red. HEX triplet: EA, 09 and 2B. RGB value is (234,9,43). Sum of RGB (Red+Green+Blue) = 234+9+43=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA092B is #15F6D4. Grayscale: #505050. Windows color (decimal): -1439445 or 2820586. OLE color: 2820586.

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

Color convert

RGB 234 9 43 -
CMYK 0 0.96 0.82 0.08
HSL 350.93º 0.93% 0.48% -
HSV(B) 350.93º 0.96% 0.92% -
XYZ 34.47 17.86 3.92 -
YUV 80.15 107.04 237.74 -
System Red Green Blue C M Y K H S L
Decimal 234 9 43 0 0.96 0.82 0.08 350.93 0.93 0.48
Hex EA 9 2B 0 60 52 8 15F 5D 30
Octal 352 11 53 0 140 122 10 537 135 60
Binary 11101010 1001 101011 0 1100000 1010010 1000 101011111 1011101 110000

Color Harmonies of #EA092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA092B

Black with #EA092B

Text Example


Text Example

White with #EA092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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