Html Css Color HEX #EC132F Torch Red

📋 copy color: '#EC132F'

red 236 ◦ green 19 ◦ blue 47

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

Shades of Torch Red #EC132F

Tints of Torch Red #EC132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 78.15%
G = 6.29%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC132F (or 0xEC132F) is known color: Torch Red. HEX triplet: EC, 13 and 2F. RGB value is (236,19,47). Sum of RGB (Red+Green+Blue) = 236+19+47=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC132F is #13ECD0. Grayscale: #575757. Windows color (decimal): -1305809 or 3085292. OLE color: 3085292.

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

Color convert

RGB 236 19 47 -
CMYK 0 0.92 0.80 0.07
HSL 352.26º 0.85% 0.5% -
HSV(B) 352.26º 0.92% 0.93% -
XYZ 35.34 18.5 4.4 -
YUV 87.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 236 19 47 0 0.92 0.80 0.07 352.26 0.85 0.5
Hex EC 13 2F 0 5C 50 7 160 55 32
Octal 354 23 57 0 134 120 7 540 125 62
Binary 11101100 10011 101111 0 1011100 1010000 111 101100000 1010101 110010

Color Harmonies of #EC132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC132F

Black with #EC132F

Text Example


Text Example

White with #EC132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC132F; }

 p { color: rgb(236,19,47); }

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

background-color css

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

 a { background-color: rgb(236,19,47); }

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

border-color css

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

 span { border-color: rgb(236,19,47); }

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