Html Css Color HEX #EC022C Torch Red

📋 copy color: '#EC022C'

red 236 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #EC022C

Tints of Torch Red #EC022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 83.69%
G = 0.71%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC022C (or 0xEC022C) is known color: Torch Red. HEX triplet: EC, 02 and 2C. RGB value is (236,2,44). Sum of RGB (Red+Green+Blue) = 236+2+44=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022C is #13FDD3. Grayscale: #4C4C4C. Windows color (decimal): -1310164 or 2884332. OLE color: 2884332.

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

Color convert

RGB 236 2 44 -
CMYK 0 0.99 0.81 0.07
HSL 349.23º 0.98% 0.47% -
HSV(B) 349.23º 0.99% 0.93% -
XYZ 35.07 18.06 4.02 -
YUV 76.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 236 2 44 0 0.99 0.81 0.07 349.23 0.98 0.47
Hex EC 2 2C 0 63 51 7 15D 62 2F
Octal 354 2 54 0 143 121 7 535 142 57
Binary 11101100 10 101100 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #EC022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC022C

Black with #EC022C

Text Example


Text Example

White with #EC022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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