Html Css Color HEX #EC041F Torch Red

📋 copy color: '#EC041F'

red 236 ◦ green 4 ◦ blue 31

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

Shades of Torch Red #EC041F

Tints of Torch Red #EC041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 87.08%
G = 1.48%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC041F (or 0xEC041F) is known color: Torch Red. HEX triplet: EC, 04 and 1F. RGB value is (236,4,31). Sum of RGB (Red+Green+Blue) = 236+4+31=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC041F is #13FBE0. Grayscale: #4C4C4C. Windows color (decimal): -1309665 or 2032876. OLE color: 2032876.

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

Color convert

RGB 236 4 31 -
CMYK 0 0.98 0.87 0.07
HSL 353.02º 0.97% 0.47% -
HSV(B) 353.02º 0.98% 0.93% -
XYZ 34.88 18.02 2.94 -
YUV 76.45 102.36 241.8 -
System Red Green Blue C M Y K H S L
Decimal 236 4 31 0 0.98 0.87 0.07 353.02 0.97 0.47
Hex EC 4 1F 0 62 57 7 161 61 2F
Octal 354 4 37 0 142 127 7 541 141 57
Binary 11101100 100 11111 0 1100010 1010111 111 101100001 1100001 101111

Color Harmonies of #EC041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC041F

Black with #EC041F

Text Example


Text Example

White with #EC041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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