Html Css Color HEX #EC091F Torch Red

📋 copy color: '#EC091F'

red 236 ◦ green 9 ◦ blue 31

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

Shades of Torch Red #EC091F

Tints of Torch Red #EC091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 85.51%
G = 3.26%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC091F (or 0xEC091F) is known color: Torch Red. HEX triplet: EC, 09 and 1F. RGB value is (236,9,31). Sum of RGB (Red+Green+Blue) = 236+9+31=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC091F is #13F6E0. Grayscale: #4F4F4F. Windows color (decimal): -1308385 or 2034156. OLE color: 2034156.

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

Color convert

RGB 236 9 31 -
CMYK 0 0.96 0.87 0.07
HSL 354.19º 0.93% 0.48% -
HSV(B) 354.19º 0.96% 0.93% -
XYZ 34.94 18.13 2.95 -
YUV 79.38 100.71 239.71 -
System Red Green Blue C M Y K H S L
Decimal 236 9 31 0 0.96 0.87 0.07 354.19 0.93 0.48
Hex EC 9 1F 0 60 57 7 162 5D 30
Octal 354 11 37 0 140 127 7 542 135 60
Binary 11101100 1001 11111 0 1100000 1010111 111 101100010 1011101 110000

Color Harmonies of #EC091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC091F

Black with #EC091F

Text Example


Text Example

White with #EC091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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