Html Css Color HEX #EC0220 Torch Red

📋 copy color: '#EC0220'

red 236 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #EC0220

Tints of Torch Red #EC0220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 87.41%
G = 0.74%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0220 (or 0xEC0220) is known color: Torch Red. HEX triplet: EC, 02 and 20. RGB value is (236,2,32). Sum of RGB (Red+Green+Blue) = 236+2+32=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0220 is #13FDDF. Grayscale: #4B4B4B. Windows color (decimal): -1310176 or 2097900. OLE color: 2097900.

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

Color convert

RGB 236 2 32 -
CMYK 0 0.99 0.86 0.07
HSL 352.31º 0.98% 0.47% -
HSV(B) 352.31º 0.99% 0.93% -
XYZ 34.87 17.98 3 -
YUV 75.39 103.52 242.56 -
System Red Green Blue C M Y K H S L
Decimal 236 2 32 0 0.99 0.86 0.07 352.31 0.98 0.47
Hex EC 2 20 0 63 56 7 160 62 2F
Octal 354 2 40 0 143 126 7 540 142 57
Binary 11101100 10 100000 0 1100011 1010110 111 101100000 1100010 101111

Color Harmonies of #EC0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0220

Black with #EC0220

Text Example


Text Example

White with #EC0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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