Html Css Color HEX #EC102E Torch Red

📋 copy color: '#EC102E'

red 236 ◦ green 16 ◦ blue 46

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

Shades of Torch Red #EC102E

Tints of Torch Red #EC102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 79.19%
G = 5.37%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC102E (or 0xEC102E) is known color: Torch Red. HEX triplet: EC, 10 and 2E. RGB value is (236,16,46). Sum of RGB (Red+Green+Blue) = 236+16+46=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC102E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC102E is #13EFD1. Grayscale: #555555. Windows color (decimal): -1306578 or 3018988. OLE color: 3018988.

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

Color convert

RGB 236 16 46 -
CMYK 0 0.93 0.81 0.07
HSL 351.82º 0.87% 0.49% -
HSV(B) 351.82º 0.93% 0.93% -
XYZ 35.27 18.4 4.28 -
YUV 85.2 105.89 235.56 -
System Red Green Blue C M Y K H S L
Decimal 236 16 46 0 0.93 0.81 0.07 351.82 0.87 0.49
Hex EC 10 2E 0 5D 51 7 160 57 31
Octal 354 20 56 0 135 121 7 540 127 61
Binary 11101100 10000 101110 0 1011101 1010001 111 101100000 1010111 110001

Color Harmonies of #EC102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC102E

Black with #EC102E

Text Example


Text Example

White with #EC102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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