Html Css Color HEX #EC0931 Torch Red

📋 copy color: '#EC0931'

red 236 ◦ green 9 ◦ blue 49

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

Shades of Torch Red #EC0931

Tints of Torch Red #EC0931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 80.27%
G = 3.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC0931 (or 0xEC0931) is known color: Torch Red. HEX triplet: EC, 09 and 31. RGB value is (236,9,49). Sum of RGB (Red+Green+Blue) = 236+9+49=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0931 is #13F6CE. Grayscale: #515151. Windows color (decimal): -1308367 or 3213804. OLE color: 3213804.

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

Color convert

RGB 236 9 49 -
CMYK 0 0.96 0.79 0.07
HSL 349.43º 0.93% 0.48% -
HSV(B) 349.43º 0.96% 0.93% -
XYZ 35.24 18.25 4.57 -
YUV 81.43 109.71 238.25 -
System Red Green Blue C M Y K H S L
Decimal 236 9 49 0 0.96 0.79 0.07 349.43 0.93 0.48
Hex EC 9 31 0 60 4F 7 15D 5D 30
Octal 354 11 61 0 140 117 7 535 135 60
Binary 11101100 1001 110001 0 1100000 1001111 111 101011101 1011101 110000

Color Harmonies of #EC0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0931

Black with #EC0931

Text Example


Text Example

White with #EC0931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0931; }

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

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

background-color css

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

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

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

border-color css

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

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

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