Html Css Color HEX #EC001A Torch Red

📋 copy color: '#EC001A'

red 236 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #EC001A

Tints of Torch Red #EC001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 90.08%
G = 0%
B = 9.92%

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

#EC001A (or 0xEC001A) is known color: Torch Red. HEX triplet: EC, 00 and 1A. RGB value is (236,0,26). Sum of RGB (Red+Green+Blue) = 236+0+26=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC001A is #13FFE5. Grayscale: #494949. Windows color (decimal): -1310694 or 1704172. OLE color: 1704172.

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

Color convert

RGB 236 0 26 -
CMYK 0 1 0.89 0.07
HSL 353.39º 1% 0.46% -
HSV(B) 353.39º 1% 0.93% -
XYZ 34.78 17.91 2.6 -
YUV 73.53 101.19 243.89 -
System Red Green Blue C M Y K H S L
Decimal 236 0 26 0 1 0.89 0.07 353.39 1 0.46
Hex EC 0 1A 0 64 59 7 161 64 2E
Octal 354 0 32 0 144 131 7 541 144 56
Binary 11101100 0 11010 0 1100100 1011001 111 101100001 1100100 101110

Color Harmonies of #EC001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC001A

Black with #EC001A

Text Example


Text Example

White with #EC001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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