Html Css Color HEX #EC0625 Torch Red

📋 copy color: '#EC0625'

red 236 ◦ green 6 ◦ blue 37

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

Shades of Torch Red #EC0625

Tints of Torch Red #EC0625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 84.59%
G = 2.15%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0625 (or 0xEC0625) is known color: Torch Red. HEX triplet: EC, 06 and 25. RGB value is (236,6,37). Sum of RGB (Red+Green+Blue) = 236+6+37=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0625 is #13F9DA. Grayscale: #4E4E4E. Windows color (decimal): -1309147 or 2426604. OLE color: 2426604.

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

Color convert

RGB 236 6 37 -
CMYK 0 0.97 0.84 0.07
HSL 351.91º 0.95% 0.47% -
HSV(B) 351.91º 0.97% 0.93% -
XYZ 34.99 18.1 3.4 -
YUV 78.3 104.7 240.48 -
System Red Green Blue C M Y K H S L
Decimal 236 6 37 0 0.97 0.84 0.07 351.91 0.95 0.47
Hex EC 6 25 0 61 54 7 160 5F 2F
Octal 354 6 45 0 141 124 7 540 137 57
Binary 11101100 110 100101 0 1100001 1010100 111 101100000 1011111 101111

Color Harmonies of #EC0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0625

Black with #EC0625

Text Example


Text Example

White with #EC0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0625; }

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

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

background-color css

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

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

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

border-color css

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

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

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