Html Css Color HEX #EC0619 Torch Red

📋 copy color: '#EC0619'

red 236 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #EC0619

Tints of Torch Red #EC0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 88.39%
G = 2.25%
B = 9.36%

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

#EC0619 (or 0xEC0619) is known color: Torch Red. HEX triplet: EC, 06 and 19. RGB value is (236,6,25). Sum of RGB (Red+Green+Blue) = 236+6+25=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0619 is #13F9E6. Grayscale: #4D4D4D. Windows color (decimal): -1309159 or 1640172. OLE color: 1640172.

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

Color convert

RGB 236 6 25 -
CMYK 0 0.97 0.89 0.07
HSL 355.04º 0.95% 0.47% -
HSV(B) 355.04º 0.97% 0.93% -
XYZ 34.83 18.03 2.56 -
YUV 76.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 236 6 25 0 0.97 0.89 0.07 355.04 0.95 0.47
Hex EC 6 19 0 61 59 7 163 5F 2F
Octal 354 6 31 0 141 131 7 543 137 57
Binary 11101100 110 11001 0 1100001 1011001 111 101100011 1011111 101111

Color Harmonies of #EC0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0619

Black with #EC0619

Text Example


Text Example

White with #EC0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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