#EC001E

Color #EC001E Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EC001E

Tints of Torch Red #EC001E

Color information

#EC001E (or 0xEC001E) is unknown color: approx Torch Red. HEX triplet: EC, 00 and 1E. RGB value is (236,0,30). Sum of RGB (Red+Green+Blue) = 236+0+30=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC001E is #13FFE1. Grayscale: #4A4A4A. Windows color (decimal): -1310690 or 1966316. OLE color: 1966316.

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

Color convert

RGB236030-
CMYK010.870.07
HSL352.37º100%46.27%-
HSV(B)352.37º100%92.55%-
XYZ34.8317.932.85-
YUV73.98103.19243.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=88.72%
G=0%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236030010.870.07352.3710046.27
HexEC01E064577160642e
Octal3540360144127754014456
Binary111011000111100110010010101111111011000001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC001E; }

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

 H1.HeaderClassName
 {
   color: #EC001E;
 }
 .AnyTagClassName
 {
   color: #EC001E;
 }
</style>
background-color css

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

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

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

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

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

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