Html Css Color HEX #EC041D Torch Red

📋 copy color: '#EC041D'

red 236 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #EC041D

Tints of Torch Red #EC041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 87.73%
G = 1.49%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC041D (or 0xEC041D) is known color: Torch Red. HEX triplet: EC, 04 and 1D. RGB value is (236,4,29). Sum of RGB (Red+Green+Blue) = 236+4+29=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC041D is #13FBE2. Grayscale: #4C4C4C. Windows color (decimal): -1309667 or 1901804. OLE color: 1901804.

HSL color Cylindrical-coordinate representation of color #EC041D: hue angle of 353.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC041D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 29 -
CMYK 0 0.98 0.88 0.07
HSL 353.53º 0.97% 0.47% -
HSV(B) 353.53º 0.98% 0.93% -
XYZ 34.86 18.01 2.8 -
YUV 76.22 101.36 241.97 -
System Red Green Blue C M Y K H S L
Decimal 236 4 29 0 0.98 0.88 0.07 353.53 0.97 0.47
Hex EC 4 1D 0 62 58 7 162 61 2F
Octal 354 4 35 0 142 130 7 542 141 57
Binary 11101100 100 11101 0 1100010 1011000 111 101100010 1100001 101111

Color Harmonies of #EC041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC041D

Black with #EC041D

Text Example


Text Example

White with #EC041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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