Html Css Color HEX #EC0626 Torch Red

📋 copy color: '#EC0626'

red 236 ◦ green 6 ◦ blue 38

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

Shades of Torch Red #EC0626

Tints of Torch Red #EC0626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 84.29%
G = 2.14%
B = 13.57%

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

#EC0626 (or 0xEC0626) is known color: Torch Red. HEX triplet: EC, 06 and 26. RGB value is (236,6,38). Sum of RGB (Red+Green+Blue) = 236+6+38=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0626 is #13F9D9. Grayscale: #4E4E4E. Windows color (decimal): -1309146 or 2492140. OLE color: 2492140.

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

Color convert

RGB 236 6 38 -
CMYK 0 0.97 0.84 0.07
HSL 351.65º 0.95% 0.47% -
HSV(B) 351.65º 0.97% 0.93% -
XYZ 35.01 18.1 3.48 -
YUV 78.42 105.2 240.4 -
System Red Green Blue C M Y K H S L
Decimal 236 6 38 0 0.97 0.84 0.07 351.65 0.95 0.47
Hex EC 6 26 0 61 54 7 160 5F 2F
Octal 354 6 46 0 141 124 7 540 137 57
Binary 11101100 110 100110 0 1100001 1010100 111 101100000 1011111 101111

Color Harmonies of #EC0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0626

Black with #EC0626

Text Example


Text Example

White with #EC0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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