Html Css Color HEX #EC0829 Torch Red

📋 copy color: '#EC0829'

red 236 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #EC0829

Tints of Torch Red #EC0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 82.81%
G = 2.81%
B = 14.39%

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

#EC0829 (or 0xEC0829) is known color: Torch Red. HEX triplet: EC, 08 and 29. RGB value is (236,8,41). Sum of RGB (Red+Green+Blue) = 236+8+41=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0829 is #13F7D6. Grayscale: #505050. Windows color (decimal): -1308631 or 2689260. OLE color: 2689260.

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

Color convert

RGB 236 8 41 -
CMYK 0 0.97 0.83 0.07
HSL 351.32º 0.93% 0.48% -
HSV(B) 351.32º 0.97% 0.93% -
XYZ 35.08 18.17 3.76 -
YUV 79.93 106.04 239.32 -
System Red Green Blue C M Y K H S L
Decimal 236 8 41 0 0.97 0.83 0.07 351.32 0.93 0.48
Hex EC 8 29 0 61 53 7 15F 5D 30
Octal 354 10 51 0 141 123 7 537 135 60
Binary 11101100 1000 101001 0 1100001 1010011 111 101011111 1011101 110000

Color Harmonies of #EC0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0829

Black with #EC0829

Text Example


Text Example

White with #EC0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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