Html Css Color HEX #EC001D Torch Red

📋 copy color: '#EC001D'

red 236 ◦ green 0 ◦ blue 29

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

Shades of Torch Red #EC001D

Tints of Torch Red #EC001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 89.06%
G = 0%
B = 10.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC001D (or 0xEC001D) is known color: Torch Red. HEX triplet: EC, 00 and 1D. RGB value is (236,0,29). Sum of RGB (Red+Green+Blue) = 236+0+29=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC001D is #13FFE2. Grayscale: #494949. Windows color (decimal): -1310691 or 1900780. OLE color: 1900780.

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

Color convert

RGB 236 0 29 -
CMYK 0 1 0.88 0.07
HSL 352.63º 1% 0.46% -
HSV(B) 352.63º 1% 0.93% -
XYZ 34.81 17.92 2.79 -
YUV 73.87 102.69 243.64 -
System Red Green Blue C M Y K H S L
Decimal 236 0 29 0 1 0.88 0.07 352.63 1 0.46
Hex EC 0 1D 0 64 58 7 161 64 2E
Octal 354 0 35 0 144 130 7 541 144 56
Binary 11101100 0 11101 0 1100100 1011000 111 101100001 1100100 101110

Color Harmonies of #EC001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC001D

Black with #EC001D

Text Example


Text Example

White with #EC001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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