Html Css Color HEX #EC152D Torch Red

📋 copy color: '#EC152D'

red 236 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #EC152D

Tints of Torch Red #EC152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 78.15%
G = 6.95%
B = 14.9%

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

#EC152D (or 0xEC152D) is known color: Torch Red. HEX triplet: EC, 15 and 2D. RGB value is (236,21,45). Sum of RGB (Red+Green+Blue) = 236+21+45=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC152D is #13EAD2. Grayscale: #585858. Windows color (decimal): -1305299 or 2954732. OLE color: 2954732.

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

Color convert

RGB 236 21 45 -
CMYK 0 0.91 0.81 0.07
HSL 353.3º 0.85% 0.5% -
HSV(B) 353.3º 0.91% 0.93% -
XYZ 35.33 18.56 4.2 -
YUV 88.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 236 21 45 0 0.91 0.81 0.07 353.3 0.85 0.5
Hex EC 15 2D 0 5B 51 7 161 55 32
Octal 354 25 55 0 133 121 7 541 125 62
Binary 11101100 10101 101101 0 1011011 1010001 111 101100001 1010101 110010

Color Harmonies of #EC152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC152D

Black with #EC152D

Text Example


Text Example

White with #EC152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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