Html Css Color HEX #EC0040 Torch Red

📋 copy color: '#EC0040'

red 236 ◦ green 0 ◦ blue 64

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

Shades of Torch Red #EC0040

Tints of Torch Red #EC0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 78.67%
G = 0%
B = 21.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC0040 (or 0xEC0040) is known color: Torch Red. HEX triplet: EC, 00 and 40. RGB value is (236,0,64). Sum of RGB (Red+Green+Blue) = 236+0+64=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0040 is #13FFBF. Grayscale: #4D4D4D. Windows color (decimal): -1310656 or 4194540. OLE color: 4194540.

HSL color Cylindrical-coordinate representation of color #EC0040: hue angle of 343.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0040 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 64 -
CMYK 0 1 0.73 0.07
HSL 343.73º 1% 0.46% -
HSV(B) 343.73º 1% 0.93% -
XYZ 35.52 18.2 6.49 -
YUV 77.86 120.19 240.8 -
System Red Green Blue C M Y K H S L
Decimal 236 0 64 0 1 0.73 0.07 343.73 1 0.46
Hex EC 0 40 0 64 49 7 158 64 2E
Octal 354 0 100 0 144 111 7 530 144 56
Binary 11101100 0 1000000 0 1100100 1001001 111 101011000 1100100 101110

Color Harmonies of #EC0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0040

Black with #EC0040

Text Example


Text Example

White with #EC0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0040; }

 p { color: rgb(236,0,64); }

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

background-color css

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

 a { background-color: rgb(236,0,64); }

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

border-color css

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

 span { border-color: rgb(236,0,64); }

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