Html Css Color HEX #EC001B Torch Red

📋 copy color: '#EC001B'

red 236 ◦ green 0 ◦ blue 27

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

Shades of Torch Red #EC001B

Tints of Torch Red #EC001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.73%
G = 0%
B = 10.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC001B (or 0xEC001B) is known color: Torch Red. HEX triplet: EC, 00 and 1B. RGB value is (236,0,27). Sum of RGB (Red+Green+Blue) = 236+0+27=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC001B is #13FFE4. Grayscale: #494949. Windows color (decimal): -1310693 or 1769708. OLE color: 1769708.

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

Color convert

RGB 236 0 27 -
CMYK 0 1 0.89 0.07
HSL 353.14º 1% 0.46% -
HSV(B) 353.14º 1% 0.93% -
XYZ 34.79 17.91 2.66 -
YUV 73.64 101.69 243.8 -
System Red Green Blue C M Y K H S L
Decimal 236 0 27 0 1 0.89 0.07 353.14 1 0.46
Hex EC 0 1B 0 64 59 7 161 64 2E
Octal 354 0 33 0 144 131 7 541 144 56
Binary 11101100 0 11011 0 1100100 1011001 111 101100001 1100100 101110

Color Harmonies of #EC001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC001B

Black with #EC001B

Text Example


Text Example

White with #EC001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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