Html Css Color HEX #EC0026 Torch Red

📋 copy color: '#EC0026'

red 236 ◦ green 0 ◦ blue 38

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

Shades of Torch Red #EC0026

Tints of Torch Red #EC0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.13%
G = 0%
B = 13.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0026 (or 0xEC0026) is known color: Torch Red. HEX triplet: EC, 00 and 26. RGB value is (236,0,38). Sum of RGB (Red+Green+Blue) = 236+0+38=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0026 is #13FFD9. Grayscale: #4A4A4A. Windows color (decimal): -1310682 or 2490604. OLE color: 2490604.

HSL color Cylindrical-coordinate representation of color #EC0026: hue angle of 350.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0026 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 38 -
CMYK 0 1 0.84 0.07
HSL 350.34º 1% 0.46% -
HSV(B) 350.34º 1% 0.93% -
XYZ 34.94 17.97 3.46 -
YUV 74.9 107.19 242.91 -
System Red Green Blue C M Y K H S L
Decimal 236 0 38 0 1 0.84 0.07 350.34 1 0.46
Hex EC 0 26 0 64 54 7 15E 64 2E
Octal 354 0 46 0 144 124 7 536 144 56
Binary 11101100 0 100110 0 1100100 1010100 111 101011110 1100100 101110

Color Harmonies of #EC0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0026

Black with #EC0026

Text Example


Text Example

White with #EC0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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