Html Css Color HEX #EC0638 Torch Red

📋 copy color: '#EC0638'

red 236 ◦ green 6 ◦ blue 56

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

Shades of Torch Red #EC0638

Tints of Torch Red #EC0638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 79.19%
G = 2.01%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC0638 (or 0xEC0638) is known color: Torch Red. HEX triplet: EC, 06 and 38. RGB value is (236,6,56). Sum of RGB (Red+Green+Blue) = 236+6+56=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0638 is #13F9C7. Grayscale: #505050. Windows color (decimal): -1309128 or 3671788. OLE color: 3671788.

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

Color convert

RGB 236 6 56 -
CMYK 0 0.97 0.76 0.07
HSL 346.96º 0.95% 0.47% -
HSV(B) 346.96º 0.97% 0.93% -
XYZ 35.37 18.25 5.4 -
YUV 80.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 236 6 56 0 0.97 0.76 0.07 346.96 0.95 0.47
Hex EC 6 38 0 61 4C 7 15B 5F 2F
Octal 354 6 70 0 141 114 7 533 137 57
Binary 11101100 110 111000 0 1100001 1001100 111 101011011 1011111 101111

Color Harmonies of #EC0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0638

Black with #EC0638

Text Example


Text Example

White with #EC0638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0638; }

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

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

background-color css

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

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

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

border-color css

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

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

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