Html Css Color HEX #EC081A Torch Red

📋 copy color: '#EC081A'

red 236 ◦ green 8 ◦ blue 26

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

Shades of Torch Red #EC081A

Tints of Torch Red #EC081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 87.41%
G = 2.96%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC081A (or 0xEC081A) is known color: Torch Red. HEX triplet: EC, 08 and 1A. RGB value is (236,8,26). Sum of RGB (Red+Green+Blue) = 236+8+26=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081A is #13F7E5. Grayscale: #4E4E4E. Windows color (decimal): -1308646 or 1706220. OLE color: 1706220.

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

Color convert

RGB 236 8 26 -
CMYK 0 0.97 0.89 0.07
HSL 355.26º 0.93% 0.48% -
HSV(B) 355.26º 0.97% 0.93% -
XYZ 34.87 18.08 2.63 -
YUV 78.22 98.54 240.54 -
System Red Green Blue C M Y K H S L
Decimal 236 8 26 0 0.97 0.89 0.07 355.26 0.93 0.48
Hex EC 8 1A 0 61 59 7 163 5D 30
Octal 354 10 32 0 141 131 7 543 135 60
Binary 11101100 1000 11010 0 1100001 1011001 111 101100011 1011101 110000

Color Harmonies of #EC081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC081A

Black with #EC081A

Text Example


Text Example

White with #EC081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC081A; }

 p { color: rgb(236,8,26); }

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

background-color css

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

 a { background-color: rgb(236,8,26); }

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

border-color css

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

 span { border-color: rgb(236,8,26); }

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