Html Css Color HEX #EC0719 Torch Red

📋 copy color: '#EC0719'

red 236 ◦ green 7 ◦ blue 25

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

Shades of Torch Red #EC0719

Tints of Torch Red #EC0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 88.06%
G = 2.61%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC0719 (or 0xEC0719) is known color: Torch Red. HEX triplet: EC, 07 and 19. RGB value is (236,7,25). Sum of RGB (Red+Green+Blue) = 236+7+25=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0719 is #13F8E6. Grayscale: #4D4D4D. Windows color (decimal): -1308903 or 1640428. OLE color: 1640428.

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

Color convert

RGB 236 7 25 -
CMYK 0 0.97 0.89 0.07
HSL 355.28º 0.94% 0.48% -
HSV(B) 355.28º 0.97% 0.93% -
XYZ 34.84 18.06 2.57 -
YUV 77.52 98.37 241.04 -
System Red Green Blue C M Y K H S L
Decimal 236 7 25 0 0.97 0.89 0.07 355.28 0.94 0.48
Hex EC 7 19 0 61 59 7 163 5E 30
Octal 354 7 31 0 141 131 7 543 136 60
Binary 11101100 111 11001 0 1100001 1011001 111 101100011 1011110 110000

Color Harmonies of #EC0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0719

Black with #EC0719

Text Example


Text Example

White with #EC0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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