Html Css Color HEX #EC0624 Torch Red

📋 copy color: '#EC0624'

red 236 ◦ green 6 ◦ blue 36

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

Shades of Torch Red #EC0624

Tints of Torch Red #EC0624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 84.89%
G = 2.16%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC0624 (or 0xEC0624) is known color: Torch Red. HEX triplet: EC, 06 and 24. RGB value is (236,6,36). Sum of RGB (Red+Green+Blue) = 236+6+36=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0624 is #13F9DB. Grayscale: #4E4E4E. Windows color (decimal): -1309148 or 2361068. OLE color: 2361068.

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

Color convert

RGB 236 6 36 -
CMYK 0 0.97 0.85 0.07
HSL 352.17º 0.95% 0.47% -
HSV(B) 352.17º 0.97% 0.93% -
XYZ 34.98 18.09 3.32 -
YUV 78.19 104.2 240.56 -
System Red Green Blue C M Y K H S L
Decimal 236 6 36 0 0.97 0.85 0.07 352.17 0.95 0.47
Hex EC 6 24 0 61 55 7 160 5F 2F
Octal 354 6 44 0 141 125 7 540 137 57
Binary 11101100 110 100100 0 1100001 1010101 111 101100000 1011111 101111

Color Harmonies of #EC0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0624

Black with #EC0624

Text Example


Text Example

White with #EC0624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0624; }

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

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

background-color css

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

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

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

border-color css

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

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

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