Html Css Color HEX #EC0137 Torch Red

📋 copy color: '#EC0137'

red 236 ◦ green 1 ◦ blue 55

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

Shades of Torch Red #EC0137

Tints of Torch Red #EC0137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 80.82%
G = 0.34%
B = 18.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC0137 (or 0xEC0137) is known color: Torch Red. HEX triplet: EC, 01 and 37. RGB value is (236,1,55). Sum of RGB (Red+Green+Blue) = 236+1+55=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0137 is #13FEC8. Grayscale: #4D4D4D. Windows color (decimal): -1310409 or 3604972. OLE color: 3604972.

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

Color convert

RGB 236 1 55 -
CMYK 0 1.00 0.77 0.07
HSL 346.21º 0.99% 0.46% -
HSV(B) 346.21º 1% 0.93% -
XYZ 35.29 18.13 5.25 -
YUV 77.42 115.36 241.11 -
System Red Green Blue C M Y K H S L
Decimal 236 1 55 0 1.00 0.77 0.07 346.21 0.99 0.46
Hex EC 1 37 0 64 4D 7 15A 63 2E
Octal 354 1 67 0 144 115 7 532 143 56
Binary 11101100 1 110111 0 1100100 1001101 111 101011010 1100011 101110

Color Harmonies of #EC0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0137

Black with #EC0137

Text Example


Text Example

White with #EC0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0137; }

 p { color: rgb(236,1,55); }

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

background-color css

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

 a { background-color: rgb(236,1,55); }

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

border-color css

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

 span { border-color: rgb(236,1,55); }

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