Html Css Color HEX #EC0B1B Torch Red

📋 copy color: '#EC0B1B'

red 236 ◦ green 11 ◦ blue 27

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

Shades of Torch Red #EC0B1B

Tints of Torch Red #EC0B1B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

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

R = 86.13%
G = 4.01%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC0B1B (or 0xEC0B1B) is known color: Torch Red. HEX triplet: EC, 0B and 1B. RGB value is (236,11,27). Sum of RGB (Red+Green+Blue) = 236+11+27=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0B1B is #13F4E4. Grayscale: #505050. Windows color (decimal): -1307877 or 1772524. OLE color: 1772524.

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

Color convert

RGB 236 11 27 -
CMYK 0 0.95 0.89 0.07
HSL 355.73º 0.91% 0.48% -
HSV(B) 355.73º 0.95% 0.93% -
XYZ 34.91 18.15 2.7 -
YUV 80.1 98.04 239.2 -
System Red Green Blue C M Y K H S L
Decimal 236 11 27 0 0.95 0.89 0.07 355.73 0.91 0.48
Hex EC B 1B 0 5F 59 7 164 5B 30
Octal 354 13 33 0 137 131 7 544 133 60
Binary 11101100 1011 11011 0 1011111 1011001 111 101100100 1011011 110000

Color Harmonies of #EC0B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B1B

Black with #EC0B1B

Text Example


Text Example

White with #EC0B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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