Html Css Color HEX #EA0531 Torch Red

📋 copy color: '#EA0531'

red 234 ◦ green 5 ◦ blue 49

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

Shades of Torch Red #EA0531

Tints of Torch Red #EA0531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 81.25%
G = 1.74%
B = 17.01%

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

#EA0531 (or 0xEA0531) is known color: Torch Red. HEX triplet: EA, 05 and 31. RGB value is (234,5,49). Sum of RGB (Red+Green+Blue) = 234+5+49=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0531 is #15FACE. Grayscale: #4E4E4E. Windows color (decimal): -1440463 or 3212778. OLE color: 3212778.

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

Color convert

RGB 234 5 49 -
CMYK 0 0.98 0.79 0.08
HSL 348.47º 0.96% 0.47% -
HSV(B) 348.47º 0.98% 0.92% -
XYZ 34.54 17.82 4.53 -
YUV 78.49 111.37 238.92 -
System Red Green Blue C M Y K H S L
Decimal 234 5 49 0 0.98 0.79 0.08 348.47 0.96 0.47
Hex EA 5 31 0 62 4F 8 15C 60 2F
Octal 352 5 61 0 142 117 10 534 140 57
Binary 11101010 101 110001 0 1100010 1001111 1000 101011100 1100000 101111

Color Harmonies of #EA0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0531

Black with #EA0531

Text Example


Text Example

White with #EA0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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