Html Css Color HEX #EC071A Torch Red

📋 copy color: '#EC071A'

red 236 ◦ green 7 ◦ blue 26

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

Shades of Torch Red #EC071A

Tints of Torch Red #EC071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

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

R = 87.73%
G = 2.6%
B = 9.67%

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

#EC071A (or 0xEC071A) is known color: Torch Red. HEX triplet: EC, 07 and 1A. RGB value is (236,7,26). Sum of RGB (Red+Green+Blue) = 236+7+26=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC071A is #13F8E5. Grayscale: #4D4D4D. Windows color (decimal): -1308902 or 1705964. OLE color: 1705964.

HSL color Cylindrical-coordinate representation of color #EC071A: hue angle of 355.02º degrees, saturation: 0.94, 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 #EC071A is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 26 -
CMYK 0 0.97 0.89 0.07
HSL 355.02º 0.94% 0.48% -
HSV(B) 355.02º 0.97% 0.93% -
XYZ 34.85 18.06 2.63 -
YUV 77.64 98.87 240.96 -
System Red Green Blue C M Y K H S L
Decimal 236 7 26 0 0.97 0.89 0.07 355.02 0.94 0.48
Hex EC 7 1A 0 61 59 7 163 5E 30
Octal 354 7 32 0 141 131 7 543 136 60
Binary 11101100 111 11010 0 1100001 1011001 111 101100011 1011110 110000

Color Harmonies of #EC071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC071A

Black with #EC071A

Text Example


Text Example

White with #EC071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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