Html Css Color HEX #EC1125 Torch Red

📋 copy color: '#EC1125'

red 236 ◦ green 17 ◦ blue 37

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

Shades of Torch Red #EC1125

Tints of Torch Red #EC1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.86%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 81.38%
G = 5.86%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1125 (or 0xEC1125) is known color: Torch Red. HEX triplet: EC, 11 and 25. RGB value is (236,17,37). Sum of RGB (Red+Green+Blue) = 236+17+37=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1125 is #13EEDA. Grayscale: #545454. Windows color (decimal): -1306331 or 2429420. OLE color: 2429420.

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

Color convert

RGB 236 17 37 -
CMYK 0 0.93 0.84 0.07
HSL 354.52º 0.87% 0.5% -
HSV(B) 354.52º 0.93% 0.93% -
XYZ 35.13 18.37 3.44 -
YUV 84.76 101.05 235.87 -
System Red Green Blue C M Y K H S L
Decimal 236 17 37 0 0.93 0.84 0.07 354.52 0.87 0.5
Hex EC 11 25 0 5D 54 7 163 57 32
Octal 354 21 45 0 135 124 7 543 127 62
Binary 11101100 10001 100101 0 1011101 1010100 111 101100011 1010111 110010

Color Harmonies of #EC1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1125

Black with #EC1125

Text Example


Text Example

White with #EC1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1125; }

 p { color: rgb(236,17,37); }

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

background-color css

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

 a { background-color: rgb(236,17,37); }

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

border-color css

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

 span { border-color: rgb(236,17,37); }

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