Html Css Color HEX #EC081E Torch Red

📋 copy color: '#EC081E'

red 236 ◦ green 8 ◦ blue 30

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

Shades of Torch Red #EC081E

Tints of Torch Red #EC081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 86.13%
G = 2.92%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC081E (or 0xEC081E) is known color: Torch Red. HEX triplet: EC, 08 and 1E. RGB value is (236,8,30). Sum of RGB (Red+Green+Blue) = 236+8+30=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081E is #13F7E1. Grayscale: #4E4E4E. Windows color (decimal): -1308642 or 1968364. OLE color: 1968364.

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

Color convert

RGB 236 8 30 -
CMYK 0 0.97 0.87 0.07
HSL 354.21º 0.93% 0.48% -
HSV(B) 354.21º 0.97% 0.93% -
XYZ 34.91 18.1 2.88 -
YUV 78.68 100.54 240.21 -
System Red Green Blue C M Y K H S L
Decimal 236 8 30 0 0.97 0.87 0.07 354.21 0.93 0.48
Hex EC 8 1E 0 61 57 7 162 5D 30
Octal 354 10 36 0 141 127 7 542 135 60
Binary 11101100 1000 11110 0 1100001 1010111 111 101100010 1011101 110000

Color Harmonies of #EC081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC081E

Black with #EC081E

Text Example


Text Example

White with #EC081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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