Html Css Color HEX #EC101E Torch Red

📋 copy color: '#EC101E'

red 236 ◦ green 16 ◦ blue 30

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

Shades of Torch Red #EC101E

Tints of Torch Red #EC101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 83.69%
G = 5.67%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC101E (or 0xEC101E) is known color: Torch Red. HEX triplet: EC, 10 and 1E. RGB value is (236,16,30). Sum of RGB (Red+Green+Blue) = 236+16+30=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC101E is #13EFE1. Grayscale: #535353. Windows color (decimal): -1306594 or 1970412. OLE color: 1970412.

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

Color convert

RGB 236 16 30 -
CMYK 0 0.93 0.87 0.07
HSL 356.18º 0.87% 0.49% -
HSV(B) 356.18º 0.93% 0.93% -
XYZ 35.01 18.3 2.91 -
YUV 83.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 236 16 30 0 0.93 0.87 0.07 356.18 0.87 0.49
Hex EC 10 1E 0 5D 57 7 164 57 31
Octal 354 20 36 0 135 127 7 544 127 61
Binary 11101100 10000 11110 0 1011101 1010111 111 101100100 1010111 110001

Color Harmonies of #EC101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC101E

Black with #EC101E

Text Example


Text Example

White with #EC101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC101E; }

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

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

background-color css

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

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

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

border-color css

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

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

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