Html Css Color HEX #EA1029 Torch Red

📋 copy color: '#EA1029'

red 234 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #EA1029

Tints of Torch Red #EA1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 80.41%
G = 5.5%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA1029 (or 0xEA1029) is known color: Torch Red. HEX triplet: EA, 10 and 29. RGB value is (234,16,41). Sum of RGB (Red+Green+Blue) = 234+16+41=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1029 is #15EFD6. Grayscale: #545454. Windows color (decimal): -1437655 or 2691306. OLE color: 2691306.

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

Color convert

RGB 234 16 41 -
CMYK 0 0.93 0.82 0.08
HSL 353.12º 0.87% 0.49% -
HSV(B) 353.12º 0.93% 0.92% -
XYZ 34.52 18.02 3.76 -
YUV 84.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 234 16 41 0 0.93 0.82 0.08 353.12 0.87 0.49
Hex EA 10 29 0 5D 52 8 161 57 31
Octal 352 20 51 0 135 122 10 541 127 61
Binary 11101010 10000 101001 0 1011101 1010010 1000 101100001 1010111 110001

Color Harmonies of #EA1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1029

Black with #EA1029

Text Example


Text Example

White with #EA1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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