Html Css Color HEX #EC1526 Torch Red

📋 copy color: '#EC1526'

red 236 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #EC1526

Tints of Torch Red #EC1526

RGB

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

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

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

R = 80%
G = 7.12%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1526 (or 0xEC1526) is known color: Torch Red. HEX triplet: EC, 15 and 26. RGB value is (236,21,38). Sum of RGB (Red+Green+Blue) = 236+21+38=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1526 is #13EAD9. Grayscale: #575757. Windows color (decimal): -1305306 or 2495980. OLE color: 2495980.

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

Color convert

RGB 236 21 38 -
CMYK 0 0.91 0.84 0.07
HSL 355.26º 0.85% 0.5% -
HSV(B) 355.26º 0.91% 0.93% -
XYZ 35.21 18.51 3.55 -
YUV 87.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 236 21 38 0 0.91 0.84 0.07 355.26 0.85 0.5
Hex EC 15 26 0 5B 54 7 163 55 32
Octal 354 25 46 0 133 124 7 543 125 62
Binary 11101100 10101 100110 0 1011011 1010100 111 101100011 1010101 110010

Color Harmonies of #EC1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1526

Black with #EC1526

Text Example


Text Example

White with #EC1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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