Html Css Color HEX #EC1121 Torch Red

📋 copy color: '#EC1121'

red 236 ◦ green 17 ◦ blue 33

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

Shades of Torch Red #EC1121

Tints of Torch Red #EC1121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 82.52%
G = 5.94%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC1121 (or 0xEC1121) is known color: Torch Red. HEX triplet: EC, 11 and 21. RGB value is (236,17,33). Sum of RGB (Red+Green+Blue) = 236+17+33=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1121 is #13EEDE. Grayscale: #545454. Windows color (decimal): -1306335 or 2167276. OLE color: 2167276.

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

Color convert

RGB 236 17 33 -
CMYK 0 0.93 0.86 0.07
HSL 355.62º 0.87% 0.5% -
HSV(B) 355.62º 0.93% 0.93% -
XYZ 35.07 18.34 3.13 -
YUV 84.31 99.05 236.2 -
System Red Green Blue C M Y K H S L
Decimal 236 17 33 0 0.93 0.86 0.07 355.62 0.87 0.5
Hex EC 11 21 0 5D 56 7 164 57 32
Octal 354 21 41 0 135 126 7 544 127 62
Binary 11101100 10001 100001 0 1011101 1010110 111 101100100 1010111 110010

Color Harmonies of #EC1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1121

Black with #EC1121

Text Example


Text Example

White with #EC1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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