Html Css Color HEX #EC041C Torch Red

📋 copy color: '#EC041C'

red 236 ◦ green 4 ◦ blue 28

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

Shades of Torch Red #EC041C

Tints of Torch Red #EC041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 88.06%
G = 1.49%
B = 10.45%

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

#EC041C (or 0xEC041C) is known color: Torch Red. HEX triplet: EC, 04 and 1C. RGB value is (236,4,28). Sum of RGB (Red+Green+Blue) = 236+4+28=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC041C is #13FBE3. Grayscale: #4C4C4C. Windows color (decimal): -1309668 or 1836268. OLE color: 1836268.

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

Color convert

RGB 236 4 28 -
CMYK 0 0.98 0.88 0.07
HSL 353.79º 0.97% 0.47% -
HSV(B) 353.79º 0.98% 0.93% -
XYZ 34.85 18 2.74 -
YUV 76.1 100.86 242.05 -
System Red Green Blue C M Y K H S L
Decimal 236 4 28 0 0.98 0.88 0.07 353.79 0.97 0.47
Hex EC 4 1C 0 62 58 7 162 61 2F
Octal 354 4 34 0 142 130 7 542 141 57
Binary 11101100 100 11100 0 1100010 1011000 111 101100010 1100001 101111

Color Harmonies of #EC041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC041C

Black with #EC041C

Text Example


Text Example

White with #EC041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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