Html Css Color HEX #EC0519 Torch Red

📋 copy color: '#EC0519'

red 236 ◦ green 5 ◦ blue 25

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

Shades of Torch Red #EC0519

Tints of Torch Red #EC0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 88.72%
G = 1.88%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC0519 (or 0xEC0519) is known color: Torch Red. HEX triplet: EC, 05 and 19. RGB value is (236,5,25). Sum of RGB (Red+Green+Blue) = 236+5+25=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0519 is #13FAE6. Grayscale: #4C4C4C. Windows color (decimal): -1309415 or 1639916. OLE color: 1639916.

HSL color Cylindrical-coordinate representation of color #EC0519: hue angle of 354.81º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 25 -
CMYK 0 0.98 0.89 0.07
HSL 354.81º 0.96% 0.47% -
HSV(B) 354.81º 0.98% 0.93% -
XYZ 34.82 18.01 2.56 -
YUV 76.35 99.03 241.87 -
System Red Green Blue C M Y K H S L
Decimal 236 5 25 0 0.98 0.89 0.07 354.81 0.96 0.47
Hex EC 5 19 0 62 59 7 163 60 2F
Octal 354 5 31 0 142 131 7 543 140 57
Binary 11101100 101 11001 0 1100010 1011001 111 101100011 1100000 101111

Color Harmonies of #EC0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0519

Black with #EC0519

Text Example


Text Example

White with #EC0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0519; }

 p { color: rgb(236,5,25); }

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

background-color css

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

 a { background-color: rgb(236,5,25); }

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

border-color css

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

 span { border-color: rgb(236,5,25); }

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