Html Css Color HEX #EC091C Torch Red

📋 copy color: '#EC091C'

red 236 ◦ green 9 ◦ blue 28

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

Shades of Torch Red #EC091C

Tints of Torch Red #EC091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 86.45%
G = 3.3%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC091C (or 0xEC091C) is known color: Torch Red. HEX triplet: EC, 09 and 1C. RGB value is (236,9,28). Sum of RGB (Red+Green+Blue) = 236+9+28=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC091C is #13F6E3. Grayscale: #4F4F4F. Windows color (decimal): -1308388 or 1837548. OLE color: 1837548.

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

Color convert

RGB 236 9 28 -
CMYK 0 0.96 0.88 0.07
HSL 354.98º 0.93% 0.48% -
HSV(B) 354.98º 0.96% 0.93% -
XYZ 34.9 18.11 2.76 -
YUV 79.04 99.21 239.96 -
System Red Green Blue C M Y K H S L
Decimal 236 9 28 0 0.96 0.88 0.07 354.98 0.93 0.48
Hex EC 9 1C 0 60 58 7 163 5D 30
Octal 354 11 34 0 140 130 7 543 135 60
Binary 11101100 1001 11100 0 1100000 1011000 111 101100011 1011101 110000

Color Harmonies of #EC091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC091C

Black with #EC091C

Text Example


Text Example

White with #EC091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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