Html Css Color HEX #EC1128 Torch Red

📋 copy color: '#EC1128'

red 236 ◦ green 17 ◦ blue 40

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

Shades of Torch Red #EC1128

Tints of Torch Red #EC1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 80.55%
G = 5.8%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1128 (or 0xEC1128) is known color: Torch Red. HEX triplet: EC, 11 and 28. RGB value is (236,17,40). Sum of RGB (Red+Green+Blue) = 236+17+40=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1128 is #13EED7. Grayscale: #555555. Windows color (decimal): -1306328 or 2626028. OLE color: 2626028.

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

Color convert

RGB 236 17 40 -
CMYK 0 0.93 0.83 0.07
HSL 353.7º 0.87% 0.5% -
HSV(B) 353.7º 0.93% 0.93% -
XYZ 35.18 18.39 3.7 -
YUV 85.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 236 17 40 0 0.93 0.83 0.07 353.7 0.87 0.5
Hex EC 11 28 0 5D 53 7 162 57 32
Octal 354 21 50 0 135 123 7 542 127 62
Binary 11101100 10001 101000 0 1011101 1010011 111 101100010 1010111 110010

Color Harmonies of #EC1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1128

Black with #EC1128

Text Example


Text Example

White with #EC1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1128; }

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

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

background-color css

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

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

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

border-color css

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

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

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