Html Css Color HEX #EA0334 Torch Red

📋 copy color: '#EA0334'

red 234 ◦ green 3 ◦ blue 52

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

Shades of Torch Red #EA0334

Tints of Torch Red #EA0334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 80.97%
G = 1.04%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA0334 (or 0xEA0334) is known color: Torch Red. HEX triplet: EA, 03 and 34. RGB value is (234,3,52). Sum of RGB (Red+Green+Blue) = 234+3+52=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0334 is #15FCCB. Grayscale: #4D4D4D. Windows color (decimal): -1440972 or 3408874. OLE color: 3408874.

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

Color convert

RGB 234 3 52 -
CMYK 0 0.99 0.78 0.08
HSL 347.27º 0.97% 0.46% -
HSV(B) 347.27º 0.99% 0.92% -
XYZ 34.58 17.81 4.86 -
YUV 77.66 113.53 239.52 -
System Red Green Blue C M Y K H S L
Decimal 234 3 52 0 0.99 0.78 0.08 347.27 0.97 0.46
Hex EA 3 34 0 63 4E 8 15B 61 2E
Octal 352 3 64 0 143 116 10 533 141 56
Binary 11101010 11 110100 0 1100011 1001110 1000 101011011 1100001 101110

Color Harmonies of #EA0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0334

Black with #EA0334

Text Example


Text Example

White with #EA0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0334; }

 p { color: rgb(234,3,52); }

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

background-color css

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

 a { background-color: rgb(234,3,52); }

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

border-color css

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

 span { border-color: rgb(234,3,52); }

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