Html Css Color HEX #EC1426 Torch Red

📋 copy color: '#EC1426'

red 236 ◦ green 20 ◦ blue 38

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

Shades of Torch Red #EC1426

Tints of Torch Red #EC1426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 80.27%
G = 6.8%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1426 (or 0xEC1426) is known color: Torch Red. HEX triplet: EC, 14 and 26. RGB value is (236,20,38). Sum of RGB (Red+Green+Blue) = 236+20+38=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1426 is #13EBD9. Grayscale: #565656. Windows color (decimal): -1305562 or 2495724. OLE color: 2495724.

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

Color convert

RGB 236 20 38 -
CMYK 0 0.92 0.84 0.07
HSL 355º 0.85% 0.5% -
HSV(B) 355º 0.92% 0.93% -
XYZ 35.19 18.47 3.54 -
YUV 86.64 100.56 234.54 -
System Red Green Blue C M Y K H S L
Decimal 236 20 38 0 0.92 0.84 0.07 355 0.85 0.5
Hex EC 14 26 0 5C 54 7 163 55 32
Octal 354 24 46 0 134 124 7 543 125 62
Binary 11101100 10100 100110 0 1011100 1010100 111 101100011 1010101 110010

Color Harmonies of #EC1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1426

Black with #EC1426

Text Example


Text Example

White with #EC1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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