Html Css Color HEX #EC0926 Torch Red

📋 copy color: '#EC0926'

red 236 ◦ green 9 ◦ blue 38

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

Shades of Torch Red #EC0926

Tints of Torch Red #EC0926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

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

R = 83.39%
G = 3.18%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC0926 (or 0xEC0926) is known color: Torch Red. HEX triplet: EC, 09 and 26. RGB value is (236,9,38). Sum of RGB (Red+Green+Blue) = 236+9+38=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0926 is #13F6D9. Grayscale: #505050. Windows color (decimal): -1308378 or 2492908. OLE color: 2492908.

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

Color convert

RGB 236 9 38 -
CMYK 0 0.96 0.84 0.07
HSL 352.33º 0.93% 0.48% -
HSV(B) 352.33º 0.96% 0.93% -
XYZ 35.04 18.17 3.49 -
YUV 80.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 236 9 38 0 0.96 0.84 0.07 352.33 0.93 0.48
Hex EC 9 26 0 60 54 7 160 5D 30
Octal 354 11 46 0 140 124 7 540 135 60
Binary 11101100 1001 100110 0 1100000 1010100 111 101100000 1011101 110000

Color Harmonies of #EC0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0926

Black with #EC0926

Text Example


Text Example

White with #EC0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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