Html Css Color HEX #EC0632 Torch Red

📋 copy color: '#EC0632'

red 236 ◦ green 6 ◦ blue 50

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

Shades of Torch Red #EC0632

Tints of Torch Red #EC0632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 80.82%
G = 2.05%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC0632 (or 0xEC0632) is known color: Torch Red. HEX triplet: EC, 06 and 32. RGB value is (236,6,50). Sum of RGB (Red+Green+Blue) = 236+6+50=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0632 is #13F9CD. Grayscale: #4F4F4F. Windows color (decimal): -1309134 or 3278572. OLE color: 3278572.

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

Color convert

RGB 236 6 50 -
CMYK 0 0.97 0.79 0.07
HSL 348.52º 0.95% 0.47% -
HSV(B) 348.52º 0.97% 0.93% -
XYZ 35.23 18.19 4.67 -
YUV 79.79 111.2 239.42 -
System Red Green Blue C M Y K H S L
Decimal 236 6 50 0 0.97 0.79 0.07 348.52 0.95 0.47
Hex EC 6 32 0 61 4F 7 15D 5F 2F
Octal 354 6 62 0 141 117 7 535 137 57
Binary 11101100 110 110010 0 1100001 1001111 111 101011101 1011111 101111

Color Harmonies of #EC0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0632

Black with #EC0632

Text Example


Text Example

White with #EC0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0632; }

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

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

background-color css

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

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

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

border-color css

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

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

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