Html Css Color HEX #EC1523 Torch Red

📋 copy color: '#EC1523'

red 236 ◦ green 21 ◦ blue 35

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

Shades of Torch Red #EC1523

Tints of Torch Red #EC1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 80.82%
G = 7.19%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1523 (or 0xEC1523) is known color: Torch Red. HEX triplet: EC, 15 and 23. RGB value is (236,21,35). Sum of RGB (Red+Green+Blue) = 236+21+35=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1523 is #13EADC. Grayscale: #575757. Windows color (decimal): -1305309 or 2299372. OLE color: 2299372.

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

Color convert

RGB 236 21 35 -
CMYK 0 0.91 0.85 0.07
HSL 356.09º 0.85% 0.5% -
HSV(B) 356.09º 0.91% 0.93% -
XYZ 35.16 18.49 3.31 -
YUV 86.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 236 21 35 0 0.91 0.85 0.07 356.09 0.85 0.5
Hex EC 15 23 0 5B 55 7 164 55 32
Octal 354 25 43 0 133 125 7 544 125 62
Binary 11101100 10101 100011 0 1011011 1010101 111 101100100 1010101 110010

Color Harmonies of #EC1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1523

Black with #EC1523

Text Example


Text Example

White with #EC1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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