Html Css Color HEX #EC122D Torch Red

📋 copy color: '#EC122D'

red 236 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #EC122D

Tints of Torch Red #EC122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

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

R = 78.93%
G = 6.02%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC122D (or 0xEC122D) is known color: Torch Red. HEX triplet: EC, 12 and 2D. RGB value is (236,18,45). Sum of RGB (Red+Green+Blue) = 236+18+45=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC122D is #13EDD2. Grayscale: #565656. Windows color (decimal): -1306067 or 2953964. OLE color: 2953964.

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

Color convert

RGB 236 18 45 -
CMYK 0 0.92 0.81 0.07
HSL 352.57º 0.86% 0.5% -
HSV(B) 352.57º 0.92% 0.93% -
XYZ 35.28 18.45 4.19 -
YUV 86.26 104.72 234.8 -
System Red Green Blue C M Y K H S L
Decimal 236 18 45 0 0.92 0.81 0.07 352.57 0.86 0.5
Hex EC 12 2D 0 5C 51 7 161 56 32
Octal 354 22 55 0 134 121 7 541 126 62
Binary 11101100 10010 101101 0 1011100 1010001 111 101100001 1010110 110010

Color Harmonies of #EC122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC122D

Black with #EC122D

Text Example


Text Example

White with #EC122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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