Html Css Color HEX #EC0634 Torch Red

📋 copy color: '#EC0634'

red 236 ◦ green 6 ◦ blue 52

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

Shades of Torch Red #EC0634

Tints of Torch Red #EC0634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 80.27%
G = 2.04%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC0634 (or 0xEC0634) is known color: Torch Red. HEX triplet: EC, 06 and 34. RGB value is (236,6,52). Sum of RGB (Red+Green+Blue) = 236+6+52=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0634 is #13F9CB. Grayscale: #505050. Windows color (decimal): -1309132 or 3409644. OLE color: 3409644.

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

Color convert

RGB 236 6 52 -
CMYK 0 0.97 0.78 0.07
HSL 348º 0.95% 0.47% -
HSV(B) 348º 0.97% 0.93% -
XYZ 35.28 18.21 4.9 -
YUV 80.01 112.2 239.26 -
System Red Green Blue C M Y K H S L
Decimal 236 6 52 0 0.97 0.78 0.07 348 0.95 0.47
Hex EC 6 34 0 61 4E 7 15C 5F 2F
Octal 354 6 64 0 141 116 7 534 137 57
Binary 11101100 110 110100 0 1100001 1001110 111 101011100 1011111 101111

Color Harmonies of #EC0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0634

Black with #EC0634

Text Example


Text Example

White with #EC0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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