Html Css Color HEX #EC0629 Torch Red

📋 copy color: '#EC0629'

red 236 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #EC0629

Tints of Torch Red #EC0629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 83.39%
G = 2.12%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC0629 (or 0xEC0629) is known color: Torch Red. HEX triplet: EC, 06 and 29. RGB value is (236,6,41). Sum of RGB (Red+Green+Blue) = 236+6+41=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0629 is #13F9D6. Grayscale: #4E4E4E. Windows color (decimal): -1309143 or 2688748. OLE color: 2688748.

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

Color convert

RGB 236 6 41 -
CMYK 0 0.97 0.83 0.07
HSL 350.87º 0.95% 0.47% -
HSV(B) 350.87º 0.97% 0.93% -
XYZ 35.06 18.12 3.75 -
YUV 78.76 106.7 240.15 -
System Red Green Blue C M Y K H S L
Decimal 236 6 41 0 0.97 0.83 0.07 350.87 0.95 0.47
Hex EC 6 29 0 61 53 7 15F 5F 2F
Octal 354 6 51 0 141 123 7 537 137 57
Binary 11101100 110 101001 0 1100001 1010011 111 101011111 1011111 101111

Color Harmonies of #EC0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0629

Black with #EC0629

Text Example


Text Example

White with #EC0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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