Html Css Color HEX #EA052A Torch Red

📋 copy color: '#EA052A'

red 234 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #EA052A

Tints of Torch Red #EA052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 83.27%
G = 1.78%
B = 14.95%

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

#EA052A (or 0xEA052A) is known color: Torch Red. HEX triplet: EA, 05 and 2A. RGB value is (234,5,42). Sum of RGB (Red+Green+Blue) = 234+5+42=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA052A is #15FAD5. Grayscale: #4D4D4D. Windows color (decimal): -1440470 or 2754026. OLE color: 2754026.

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

Color convert

RGB 234 5 42 -
CMYK 0 0.98 0.82 0.08
HSL 350.31º 0.96% 0.47% -
HSV(B) 350.31º 0.98% 0.92% -
XYZ 34.4 17.77 3.81 -
YUV 77.69 107.87 239.49 -
System Red Green Blue C M Y K H S L
Decimal 234 5 42 0 0.98 0.82 0.08 350.31 0.96 0.47
Hex EA 5 2A 0 62 52 8 15E 60 2F
Octal 352 5 52 0 142 122 10 536 140 57
Binary 11101010 101 101010 0 1100010 1010010 1000 101011110 1100000 101111

Color Harmonies of #EA052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA052A

Black with #EA052A

Text Example


Text Example

White with #EA052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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