Html Css Color HEX #EA0532 Torch Red

📋 copy color: '#EA0532'

red 234 ◦ green 5 ◦ blue 50

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

Shades of Torch Red #EA0532

Tints of Torch Red #EA0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 80.97%
G = 1.73%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA0532 (or 0xEA0532) is known color: Torch Red. HEX triplet: EA, 05 and 32. RGB value is (234,5,50). Sum of RGB (Red+Green+Blue) = 234+5+50=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0532 is #15FACD. Grayscale: #4E4E4E. Windows color (decimal): -1440462 or 3278314. OLE color: 3278314.

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

Color convert

RGB 234 5 50 -
CMYK 0 0.98 0.79 0.08
HSL 348.21º 0.96% 0.47% -
HSV(B) 348.21º 0.98% 0.92% -
XYZ 34.56 17.83 4.64 -
YUV 78.6 111.87 238.84 -
System Red Green Blue C M Y K H S L
Decimal 234 5 50 0 0.98 0.79 0.08 348.21 0.96 0.47
Hex EA 5 32 0 62 4F 8 15C 60 2F
Octal 352 5 62 0 142 117 10 534 140 57
Binary 11101010 101 110010 0 1100010 1001111 1000 101011100 1100000 101111

Color Harmonies of #EA0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0532

Black with #EA0532

Text Example


Text Example

White with #EA0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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