Html Css Color HEX #EC011C Torch Red

📋 copy color: '#EC011C'

red 236 ◦ green 1 ◦ blue 28

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

Shades of Torch Red #EC011C

Tints of Torch Red #EC011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 89.06%
G = 0.38%
B = 10.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC011C (or 0xEC011C) is known color: Torch Red. HEX triplet: EC, 01 and 1C. RGB value is (236,1,28). Sum of RGB (Red+Green+Blue) = 236+1+28=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011C is #13FEE3. Grayscale: #4A4A4A. Windows color (decimal): -1310436 or 1835500. OLE color: 1835500.

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

Color convert

RGB 236 1 28 -
CMYK 0 1.00 0.88 0.07
HSL 353.11º 0.99% 0.46% -
HSV(B) 353.11º 1% 0.93% -
XYZ 34.81 17.94 2.73 -
YUV 74.34 101.86 243.3 -
System Red Green Blue C M Y K H S L
Decimal 236 1 28 0 1.00 0.88 0.07 353.11 0.99 0.46
Hex EC 1 1C 0 64 58 7 161 63 2E
Octal 354 1 34 0 144 130 7 541 143 56
Binary 11101100 1 11100 0 1100100 1011000 111 101100001 1100011 101110

Color Harmonies of #EC011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC011C

Black with #EC011C

Text Example


Text Example

White with #EC011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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