Html Css Color HEX #EC152B Torch Red

📋 copy color: '#EC152B'

red 236 ◦ green 21 ◦ blue 43

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

Shades of Torch Red #EC152B

Tints of Torch Red #EC152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 78.67%
G = 7%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC152B (or 0xEC152B) is known color: Torch Red. HEX triplet: EC, 15 and 2B. RGB value is (236,21,43). Sum of RGB (Red+Green+Blue) = 236+21+43=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC152B is #13EAD4. Grayscale: #575757. Windows color (decimal): -1305301 or 2823660. OLE color: 2823660.

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

Color convert

RGB 236 21 43 -
CMYK 0 0.91 0.82 0.07
HSL 353.86º 0.85% 0.5% -
HSV(B) 353.86º 0.91% 0.93% -
XYZ 35.3 18.54 4 -
YUV 87.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 236 21 43 0 0.91 0.82 0.07 353.86 0.85 0.5
Hex EC 15 2B 0 5B 52 7 162 55 32
Octal 354 25 53 0 133 122 7 542 125 62
Binary 11101100 10101 101011 0 1011011 1010010 111 101100010 1010101 110010

Color Harmonies of #EC152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC152B

Black with #EC152B

Text Example


Text Example

White with #EC152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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