Html Css Color HEX #EA042D Torch Red

📋 copy color: '#EA042D'

red 234 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #EA042D

Tints of Torch Red #EA042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 82.69%
G = 1.41%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA042D (or 0xEA042D) is known color: Torch Red. HEX triplet: EA, 04 and 2D. RGB value is (234,4,45). Sum of RGB (Red+Green+Blue) = 234+4+45=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA042D is #15FBD2. Grayscale: #4D4D4D. Windows color (decimal): -1440723 or 2950378. OLE color: 2950378.

HSL color Cylindrical-coordinate representation of color #EA042D: hue angle of 349.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA042D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 4 45 -
CMYK 0 0.98 0.81 0.08
HSL 349.3º 0.97% 0.47% -
HSV(B) 349.3º 0.98% 0.92% -
XYZ 34.45 17.77 4.1 -
YUV 77.44 109.7 239.67 -
System Red Green Blue C M Y K H S L
Decimal 234 4 45 0 0.98 0.81 0.08 349.3 0.97 0.47
Hex EA 4 2D 0 62 51 8 15D 61 2F
Octal 352 4 55 0 142 121 10 535 141 57
Binary 11101010 100 101101 0 1100010 1010001 1000 101011101 1100001 101111

Color Harmonies of #EA042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA042D

Black with #EA042D

Text Example


Text Example

White with #EA042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA042D; }

 p { color: rgb(234,4,45); }

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

background-color css

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

 a { background-color: rgb(234,4,45); }

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

border-color css

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

 span { border-color: rgb(234,4,45); }

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