Html Css Color HEX #EA0320 Torch Red

📋 copy color: '#EA0320'

red 234 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #EA0320

Tints of Torch Red #EA0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 86.99%
G = 1.12%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA0320 (or 0xEA0320) is known color: Torch Red. HEX triplet: EA, 03 and 20. RGB value is (234,3,32). Sum of RGB (Red+Green+Blue) = 234+3+32=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0320 is #15FCDF. Grayscale: #4B4B4B. Windows color (decimal): -1440992 or 2098154. OLE color: 2098154.

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

Color convert

RGB 234 3 32 -
CMYK 0 0.99 0.86 0.08
HSL 352.47º 0.97% 0.46% -
HSV(B) 352.47º 0.99% 0.92% -
XYZ 34.22 17.66 2.97 -
YUV 75.38 103.53 241.14 -
System Red Green Blue C M Y K H S L
Decimal 234 3 32 0 0.99 0.86 0.08 352.47 0.97 0.46
Hex EA 3 20 0 63 56 8 160 61 2E
Octal 352 3 40 0 143 126 10 540 141 56
Binary 11101010 11 100000 0 1100011 1010110 1000 101100000 1100001 101110

Color Harmonies of #EA0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0320

Black with #EA0320

Text Example


Text Example

White with #EA0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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