Html Css Color HEX #EC011B Torch Red

📋 copy color: '#EC011B'

red 236 ◦ green 1 ◦ blue 27

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

Shades of Torch Red #EC011B

Tints of Torch Red #EC011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 89.39%
G = 0.38%
B = 10.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC011B (or 0xEC011B) is known color: Torch Red. HEX triplet: EC, 01 and 1B. RGB value is (236,1,27). Sum of RGB (Red+Green+Blue) = 236+1+27=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011B is #13FEE4. Grayscale: #4A4A4A. Windows color (decimal): -1310437 or 1769964. OLE color: 1769964.

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

Color convert

RGB 236 1 27 -
CMYK 0 1.00 0.89 0.07
HSL 353.36º 0.99% 0.46% -
HSV(B) 353.36º 1% 0.93% -
XYZ 34.8 17.93 2.66 -
YUV 74.23 101.36 243.39 -
System Red Green Blue C M Y K H S L
Decimal 236 1 27 0 1.00 0.89 0.07 353.36 0.99 0.46
Hex EC 1 1B 0 64 59 7 161 63 2E
Octal 354 1 33 0 144 131 7 541 143 56
Binary 11101100 1 11011 0 1100100 1011001 111 101100001 1100011 101110

Color Harmonies of #EC011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC011B

Black with #EC011B

Text Example


Text Example

White with #EC011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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