Html Css Color HEX #EC1135 Torch Red

📋 copy color: '#EC1135'

red 236 ◦ green 17 ◦ blue 53

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

Shades of Torch Red #EC1135

Tints of Torch Red #EC1135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 77.12%
G = 5.56%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1135 (or 0xEC1135) is known color: Torch Red. HEX triplet: EC, 11 and 35. RGB value is (236,17,53). Sum of RGB (Red+Green+Blue) = 236+17+53=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1135 is #13EECA. Grayscale: #565656. Windows color (decimal): -1306315 or 3477996. OLE color: 3477996.

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

Color convert

RGB 236 17 53 -
CMYK 0 0.93 0.78 0.07
HSL 350.14º 0.87% 0.5% -
HSV(B) 350.14º 0.93% 0.93% -
XYZ 35.44 18.49 5.07 -
YUV 86.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 236 17 53 0 0.93 0.78 0.07 350.14 0.87 0.5
Hex EC 11 35 0 5D 4E 7 15E 57 32
Octal 354 21 65 0 135 116 7 536 127 62
Binary 11101100 10001 110101 0 1011101 1001110 111 101011110 1010111 110010

Color Harmonies of #EC1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1135

Black with #EC1135

Text Example


Text Example

White with #EC1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1135; }

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

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

background-color css

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

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

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

border-color css

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

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

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