Html Css Color HEX #EC0A1E Torch Red

📋 copy color: '#EC0A1E'

red 236 ◦ green 10 ◦ blue 30

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

Shades of Torch Red #EC0A1E

Tints of Torch Red #EC0A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 85.51%
G = 3.62%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC0A1E (or 0xEC0A1E) is known color: Torch Red. HEX triplet: EC, 0A and 1E. RGB value is (236,10,30). Sum of RGB (Red+Green+Blue) = 236+10+30=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A1E is #13F5E1. Grayscale: #505050. Windows color (decimal): -1308130 or 1968876. OLE color: 1968876.

HSL color Cylindrical-coordinate representation of color #EC0A1E: hue angle of 354.69º 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 #EC0A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 30 -
CMYK 0 0.96 0.87 0.07
HSL 354.69º 0.92% 0.48% -
HSV(B) 354.69º 0.96% 0.93% -
XYZ 34.93 18.14 2.89 -
YUV 79.85 99.87 239.37 -
System Red Green Blue C M Y K H S L
Decimal 236 10 30 0 0.96 0.87 0.07 354.69 0.92 0.48
Hex EC A 1E 0 60 57 7 163 5C 30
Octal 354 12 36 0 140 127 7 543 134 60
Binary 11101100 1010 11110 0 1100000 1010111 111 101100011 1011100 110000

Color Harmonies of #EC0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A1E

Black with #EC0A1E

Text Example


Text Example

White with #EC0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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