Html Css Color HEX #EC142A Torch Red

📋 copy color: '#EC142A'

red 236 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #EC142A

Tints of Torch Red #EC142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 79.19%
G = 6.71%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC142A (or 0xEC142A) is known color: Torch Red. HEX triplet: EC, 14 and 2A. RGB value is (236,20,42). Sum of RGB (Red+Green+Blue) = 236+20+42=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC142A is #13EBD5. Grayscale: #575757. Windows color (decimal): -1305558 or 2757868. OLE color: 2757868.

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

Color convert

RGB 236 20 42 -
CMYK 0 0.92 0.82 0.07
HSL 353.89º 0.85% 0.5% -
HSV(B) 353.89º 0.92% 0.93% -
XYZ 35.26 18.5 3.9 -
YUV 87.09 102.56 234.21 -
System Red Green Blue C M Y K H S L
Decimal 236 20 42 0 0.92 0.82 0.07 353.89 0.85 0.5
Hex EC 14 2A 0 5C 52 7 162 55 32
Octal 354 24 52 0 134 122 7 542 125 62
Binary 11101100 10100 101010 0 1011100 1010010 111 101100010 1010101 110010

Color Harmonies of #EC142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC142A

Black with #EC142A

Text Example


Text Example

White with #EC142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC142A; }

 p { color: rgb(236,20,42); }

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

background-color css

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

 a { background-color: rgb(236,20,42); }

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

border-color css

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

 span { border-color: rgb(236,20,42); }

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