Html Css Color HEX #EC041B Torch Red

📋 copy color: '#EC041B'

red 236 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #EC041B

Tints of Torch Red #EC041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 88.39%
G = 1.5%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC041B (or 0xEC041B) is known color: Torch Red. HEX triplet: EC, 04 and 1B. RGB value is (236,4,27). Sum of RGB (Red+Green+Blue) = 236+4+27=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC041B is #13FBE4. Grayscale: #4C4C4C. Windows color (decimal): -1309669 or 1770732. OLE color: 1770732.

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

Color convert

RGB 236 4 27 -
CMYK 0 0.98 0.89 0.07
HSL 354.05º 0.97% 0.47% -
HSV(B) 354.05º 0.98% 0.93% -
XYZ 34.83 18 2.68 -
YUV 75.99 100.36 242.13 -
System Red Green Blue C M Y K H S L
Decimal 236 4 27 0 0.98 0.89 0.07 354.05 0.97 0.47
Hex EC 4 1B 0 62 59 7 162 61 2F
Octal 354 4 33 0 142 131 7 542 141 57
Binary 11101100 100 11011 0 1100010 1011001 111 101100010 1100001 101111

Color Harmonies of #EC041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC041B

Black with #EC041B

Text Example


Text Example

White with #EC041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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