Html Css Color HEX #EC1037 Torch Red

📋 copy color: '#EC1037'

red 236 ◦ green 16 ◦ blue 55

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

Shades of Torch Red #EC1037

Tints of Torch Red #EC1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 76.87%
G = 5.21%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1037 (or 0xEC1037) is known color: Torch Red. HEX triplet: EC, 10 and 37. RGB value is (236,16,55). Sum of RGB (Red+Green+Blue) = 236+16+55=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1037 is #13EFC8. Grayscale: #565656. Windows color (decimal): -1306569 or 3608812. OLE color: 3608812.

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

Color convert

RGB 236 16 55 -
CMYK 0 0.93 0.77 0.07
HSL 349.36º 0.87% 0.49% -
HSV(B) 349.36º 0.93% 0.93% -
XYZ 35.47 18.48 5.31 -
YUV 86.23 110.39 234.83 -
System Red Green Blue C M Y K H S L
Decimal 236 16 55 0 0.93 0.77 0.07 349.36 0.87 0.49
Hex EC 10 37 0 5D 4D 7 15D 57 31
Octal 354 20 67 0 135 115 7 535 127 61
Binary 11101100 10000 110111 0 1011101 1001101 111 101011101 1010111 110001

Color Harmonies of #EC1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1037

Black with #EC1037

Text Example


Text Example

White with #EC1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1037; }

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

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

background-color css

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

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

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

border-color css

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

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

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