Html Css Color HEX #EC0041 Torch Red

📋 copy color: '#EC0041'

red 236 ◦ green 0 ◦ blue 65

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

Shades of Torch Red #EC0041

Tints of Torch Red #EC0041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 78.41%
G = 0%
B = 21.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0041 (or 0xEC0041) is known color: Torch Red. HEX triplet: EC, 00 and 41. RGB value is (236,0,65). Sum of RGB (Red+Green+Blue) = 236+0+65=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0041 is #13FFBE. Grayscale: #4D4D4D. Windows color (decimal): -1310655 or 4260076. OLE color: 4260076.

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

Color convert

RGB 236 0 65 -
CMYK 0 1 0.72 0.07
HSL 343.47º 1% 0.46% -
HSV(B) 343.47º 1% 0.93% -
XYZ 35.55 18.21 6.64 -
YUV 77.97 120.69 240.71 -
System Red Green Blue C M Y K H S L
Decimal 236 0 65 0 1 0.72 0.07 343.47 1 0.46
Hex EC 0 41 0 64 48 7 157 64 2E
Octal 354 0 101 0 144 110 7 527 144 56
Binary 11101100 0 1000001 0 1100100 1001000 111 101010111 1100100 101110

Color Harmonies of #EC0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0041

Black with #EC0041

Text Example


Text Example

White with #EC0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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