Html Css Color HEX #EC152E Torch Red

📋 copy color: '#EC152E'

red 236 ◦ green 21 ◦ blue 46

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

Shades of Torch Red #EC152E

Tints of Torch Red #EC152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 77.89%
G = 6.93%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC152E (or 0xEC152E) is known color: Torch Red. HEX triplet: EC, 15 and 2E. RGB value is (236,21,46). Sum of RGB (Red+Green+Blue) = 236+21+46=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC152E is #13EAD1. Grayscale: #585858. Windows color (decimal): -1305298 or 3020268. OLE color: 3020268.

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

Color convert

RGB 236 21 46 -
CMYK 0 0.91 0.81 0.07
HSL 353.02º 0.85% 0.5% -
HSV(B) 353.02º 0.91% 0.93% -
XYZ 35.35 18.57 4.31 -
YUV 88.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 236 21 46 0 0.91 0.81 0.07 353.02 0.85 0.5
Hex EC 15 2E 0 5B 51 7 161 55 32
Octal 354 25 56 0 133 121 7 541 125 62
Binary 11101100 10101 101110 0 1011011 1010001 111 101100001 1010101 110010

Color Harmonies of #EC152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC152E

Black with #EC152E

Text Example


Text Example

White with #EC152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC152E; }

 p { color: rgb(236,21,46); }

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

background-color css

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

 a { background-color: rgb(236,21,46); }

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

border-color css

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

 span { border-color: rgb(236,21,46); }

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