Html Css Color HEX #EA052B Torch Red

📋 copy color: '#EA052B'

red 234 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #EA052B

Tints of Torch Red #EA052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 82.98%
G = 1.77%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA052B (or 0xEA052B) is known color: Torch Red. HEX triplet: EA, 05 and 2B. RGB value is (234,5,43). Sum of RGB (Red+Green+Blue) = 234+5+43=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA052B is #15FAD4. Grayscale: #4D4D4D. Windows color (decimal): -1440469 or 2819562. OLE color: 2819562.

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

Color convert

RGB 234 5 43 -
CMYK 0 0.98 0.82 0.08
HSL 350.04º 0.96% 0.47% -
HSV(B) 350.04º 0.98% 0.92% -
XYZ 34.42 17.78 3.9 -
YUV 77.8 108.37 239.41 -
System Red Green Blue C M Y K H S L
Decimal 234 5 43 0 0.98 0.82 0.08 350.04 0.96 0.47
Hex EA 5 2B 0 62 52 8 15E 60 2F
Octal 352 5 53 0 142 122 10 536 140 57
Binary 11101010 101 101011 0 1100010 1010010 1000 101011110 1100000 101111

Color Harmonies of #EA052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA052B

Black with #EA052B

Text Example


Text Example

White with #EA052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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