Html Css Color HEX #EC0A20 Torch Red

📋 copy color: '#EC0A20'

red 236 ◦ green 10 ◦ blue 32

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

Shades of Torch Red #EC0A20

Tints of Torch Red #EC0A20

RGB

 RED value IS 236 (92.58% from 255) = 84.89%

 GREEN value IS 10 (4.3% from 255) = 3.6%

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

R = 84.89%
G = 3.6%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0A20 (or 0xEC0A20) is known color: Torch Red. HEX triplet: EC, 0A and 20. RGB value is (236,10,32). Sum of RGB (Red+Green+Blue) = 236+10+32=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A20 is #13F5DF. Grayscale: #505050. Windows color (decimal): -1308128 or 2099948. OLE color: 2099948.

HSL color Cylindrical-coordinate representation of color #EC0A20: hue angle of 354.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 32 -
CMYK 0 0.96 0.86 0.07
HSL 354.16º 0.92% 0.48% -
HSV(B) 354.16º 0.96% 0.93% -
XYZ 34.96 18.15 3.03 -
YUV 80.08 100.87 239.21 -
System Red Green Blue C M Y K H S L
Decimal 236 10 32 0 0.96 0.86 0.07 354.16 0.92 0.48
Hex EC A 20 0 60 56 7 162 5C 30
Octal 354 12 40 0 140 126 7 542 134 60
Binary 11101100 1010 100000 0 1100000 1010110 111 101100010 1011100 110000

Color Harmonies of #EC0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A20

Black with #EC0A20

Text Example


Text Example

White with #EC0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A20; }

 p { color: rgb(236,10,32); }

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

background-color css

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

 a { background-color: rgb(236,10,32); }

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

border-color css

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

 span { border-color: rgb(236,10,32); }

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