Html Css Color HEX #EC041A Torch Red

📋 copy color: '#EC041A'

red 236 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #EC041A

Tints of Torch Red #EC041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 88.72%
G = 1.5%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC041A (or 0xEC041A) is known color: Torch Red. HEX triplet: EC, 04 and 1A. RGB value is (236,4,26). Sum of RGB (Red+Green+Blue) = 236+4+26=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC041A is #13FBE5. Grayscale: #4C4C4C. Windows color (decimal): -1309670 or 1705196. OLE color: 1705196.

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

Color convert

RGB 236 4 26 -
CMYK 0 0.98 0.89 0.07
HSL 354.31º 0.97% 0.47% -
HSV(B) 354.31º 0.98% 0.93% -
XYZ 34.82 17.99 2.62 -
YUV 75.88 99.86 242.21 -
System Red Green Blue C M Y K H S L
Decimal 236 4 26 0 0.98 0.89 0.07 354.31 0.97 0.47
Hex EC 4 1A 0 62 59 7 162 61 2F
Octal 354 4 32 0 142 131 7 542 141 57
Binary 11101100 100 11010 0 1100010 1011001 111 101100010 1100001 101111

Color Harmonies of #EC041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC041A

Black with #EC041A

Text Example


Text Example

White with #EC041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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