Html Css Color HEX #EA0929 Torch Red

📋 copy color: '#EA0929'

red 234 ◦ green 9 ◦ blue 41

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

Shades of Torch Red #EA0929

Tints of Torch Red #EA0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 82.39%
G = 3.17%
B = 14.44%

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

#EA0929 (or 0xEA0929) is known color: Torch Red. HEX triplet: EA, 09 and 29. RGB value is (234,9,41). Sum of RGB (Red+Green+Blue) = 234+9+41=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0929 is #15F6D6. Grayscale: #505050. Windows color (decimal): -1439447 or 2689514. OLE color: 2689514.

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

Color convert

RGB 234 9 41 -
CMYK 0 0.96 0.82 0.08
HSL 351.47º 0.93% 0.48% -
HSV(B) 351.47º 0.96% 0.92% -
XYZ 34.43 17.85 3.73 -
YUV 79.92 106.04 237.9 -
System Red Green Blue C M Y K H S L
Decimal 234 9 41 0 0.96 0.82 0.08 351.47 0.93 0.48
Hex EA 9 29 0 60 52 8 15F 5D 30
Octal 352 11 51 0 140 122 10 537 135 60
Binary 11101010 1001 101001 0 1100000 1010010 1000 101011111 1011101 110000

Color Harmonies of #EA0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0929

Black with #EA0929

Text Example


Text Example

White with #EA0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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