Html Css Color HEX #EC081C Torch Red

📋 copy color: '#EC081C'

red 236 ◦ green 8 ◦ blue 28

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

Shades of Torch Red #EC081C

Tints of Torch Red #EC081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

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

R = 86.76%
G = 2.94%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC081C (or 0xEC081C) is known color: Torch Red. HEX triplet: EC, 08 and 1C. RGB value is (236,8,28). Sum of RGB (Red+Green+Blue) = 236+8+28=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081C is #13F7E3. Grayscale: #4E4E4E. Windows color (decimal): -1308644 or 1837292. OLE color: 1837292.

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

Color convert

RGB 236 8 28 -
CMYK 0 0.97 0.88 0.07
HSL 354.74º 0.93% 0.48% -
HSV(B) 354.74º 0.97% 0.93% -
XYZ 34.89 18.09 2.75 -
YUV 78.45 99.54 240.37 -
System Red Green Blue C M Y K H S L
Decimal 236 8 28 0 0.97 0.88 0.07 354.74 0.93 0.48
Hex EC 8 1C 0 61 58 7 163 5D 30
Octal 354 10 34 0 141 130 7 543 135 60
Binary 11101100 1000 11100 0 1100001 1011000 111 101100011 1011101 110000

Color Harmonies of #EC081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC081C

Black with #EC081C

Text Example


Text Example

White with #EC081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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