Html Css Color HEX #EC021C Torch Red

📋 copy color: '#EC021C'

red 236 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #EC021C

Tints of Torch Red #EC021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 88.72%
G = 0.75%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC021C (or 0xEC021C) is known color: Torch Red. HEX triplet: EC, 02 and 1C. RGB value is (236,2,28). Sum of RGB (Red+Green+Blue) = 236+2+28=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021C is #13FDE3. Grayscale: #4B4B4B. Windows color (decimal): -1310180 or 1835756. OLE color: 1835756.

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

Color convert

RGB 236 2 28 -
CMYK 0 0.99 0.88 0.07
HSL 353.33º 0.98% 0.47% -
HSV(B) 353.33º 0.99% 0.93% -
XYZ 34.82 17.96 2.73 -
YUV 74.93 101.52 242.89 -
System Red Green Blue C M Y K H S L
Decimal 236 2 28 0 0.99 0.88 0.07 353.33 0.98 0.47
Hex EC 2 1C 0 63 58 7 161 62 2F
Octal 354 2 34 0 143 130 7 541 142 57
Binary 11101100 10 11100 0 1100011 1011000 111 101100001 1100010 101111

Color Harmonies of #EC021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC021C

Black with #EC021C

Text Example


Text Example

White with #EC021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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