Html Css Color HEX #EA0037 Torch Red

📋 copy color: '#EA0037'

red 234 ◦ green 0 ◦ blue 55

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

Shades of Torch Red #EA0037

Tints of Torch Red #EA0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 80.97%
G = 0%
B = 19.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0037 (or 0xEA0037) is known color: Torch Red. HEX triplet: EA, 00 and 37. RGB value is (234,0,55). Sum of RGB (Red+Green+Blue) = 234+0+55=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0037 is #15FFC8. Grayscale: #4C4C4C. Windows color (decimal): -1441737 or 3604714. OLE color: 3604714.

HSL color Cylindrical-coordinate representation of color #EA0037: hue angle of 345.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0037 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 55 -
CMYK 0 1 0.76 0.08
HSL 345.9º 1% 0.46% -
HSV(B) 345.9º 1% 0.92% -
XYZ 34.62 17.77 5.22 -
YUV 76.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 234 0 55 0 1 0.76 0.08 345.9 1 0.46
Hex EA 0 37 0 64 4C 8 15A 64 2E
Octal 352 0 67 0 144 114 10 532 144 56
Binary 11101010 0 110111 0 1100100 1001100 1000 101011010 1100100 101110

Color Harmonies of #EA0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0037

Black with #EA0037

Text Example


Text Example

White with #EA0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0037; }

 p { color: rgb(234,0,55); }

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

background-color css

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

 a { background-color: rgb(234,0,55); }

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

border-color css

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

 span { border-color: rgb(234,0,55); }

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