Html Css Color HEX #EA052D Torch Red

📋 copy color: '#EA052D'

red 234 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #EA052D

Tints of Torch Red #EA052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 82.39%
G = 1.76%
B = 15.85%

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

#EA052D (or 0xEA052D) is known color: Torch Red. HEX triplet: EA, 05 and 2D. RGB value is (234,5,45). Sum of RGB (Red+Green+Blue) = 234+5+45=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA052D is #15FAD2. Grayscale: #4E4E4E. Windows color (decimal): -1440467 or 2950634. OLE color: 2950634.

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

Color convert

RGB 234 5 45 -
CMYK 0 0.98 0.81 0.08
HSL 349.52º 0.96% 0.47% -
HSV(B) 349.52º 0.98% 0.92% -
XYZ 34.46 17.79 4.1 -
YUV 78.03 109.37 239.25 -
System Red Green Blue C M Y K H S L
Decimal 234 5 45 0 0.98 0.81 0.08 349.52 0.96 0.47
Hex EA 5 2D 0 62 51 8 15E 60 2F
Octal 352 5 55 0 142 121 10 536 140 57
Binary 11101010 101 101101 0 1100010 1010001 1000 101011110 1100000 101111

Color Harmonies of #EA052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA052D

Black with #EA052D

Text Example


Text Example

White with #EA052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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