Html Css Color HEX #EA0029 Torch Red

📋 copy color: '#EA0029'

red 234 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #EA0029

Tints of Torch Red #EA0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.09%
G = 0%
B = 14.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA0029 (or 0xEA0029) is known color: Torch Red. HEX triplet: EA, 00 and 29. RGB value is (234,0,41). Sum of RGB (Red+Green+Blue) = 234+0+41=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0029 is #15FFD6. Grayscale: #4A4A4A. Windows color (decimal): -1441751 or 2687210. OLE color: 2687210.

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

Color convert

RGB 234 0 41 -
CMYK 0 1 0.82 0.08
HSL 349.49º 1% 0.46% -
HSV(B) 349.49º 1% 0.92% -
XYZ 34.33 17.65 3.7 -
YUV 74.64 109.02 241.67 -
System Red Green Blue C M Y K H S L
Decimal 234 0 41 0 1 0.82 0.08 349.49 1 0.46
Hex EA 0 29 0 64 52 8 15D 64 2E
Octal 352 0 51 0 144 122 10 535 144 56
Binary 11101010 0 101001 0 1100100 1010010 1000 101011101 1100100 101110

Color Harmonies of #EA0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0029

Black with #EA0029

Text Example


Text Example

White with #EA0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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