Html Css Color HEX #EC021A Torch Red

📋 copy color: '#EC021A'

red 236 ◦ green 2 ◦ blue 26

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

Shades of Torch Red #EC021A

Tints of Torch Red #EC021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 89.39%
G = 0.76%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC021A (or 0xEC021A) is known color: Torch Red. HEX triplet: EC, 02 and 1A. RGB value is (236,2,26). Sum of RGB (Red+Green+Blue) = 236+2+26=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021A is #13FDE5. Grayscale: #4A4A4A. Windows color (decimal): -1310182 or 1704684. OLE color: 1704684.

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

Color convert

RGB 236 2 26 -
CMYK 0 0.99 0.89 0.07
HSL 353.85º 0.98% 0.47% -
HSV(B) 353.85º 0.99% 0.93% -
XYZ 34.8 17.95 2.61 -
YUV 74.7 100.52 243.05 -
System Red Green Blue C M Y K H S L
Decimal 236 2 26 0 0.99 0.89 0.07 353.85 0.98 0.47
Hex EC 2 1A 0 63 59 7 162 62 2F
Octal 354 2 32 0 143 131 7 542 142 57
Binary 11101100 10 11010 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #EC021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC021A

Black with #EC021A

Text Example


Text Example

White with #EC021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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