Html Css Color HEX #EC051F Torch Red

📋 copy color: '#EC051F'

red 236 ◦ green 5 ◦ blue 31

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

Shades of Torch Red #EC051F

Tints of Torch Red #EC051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

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

R = 86.76%
G = 1.84%
B = 11.4%

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

#EC051F (or 0xEC051F) is known color: Torch Red. HEX triplet: EC, 05 and 1F. RGB value is (236,5,31). Sum of RGB (Red+Green+Blue) = 236+5+31=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051F is #13FAE0. Grayscale: #4D4D4D. Windows color (decimal): -1309409 or 2033132. OLE color: 2033132.

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

Color convert

RGB 236 5 31 -
CMYK 0 0.98 0.87 0.07
HSL 353.25º 0.96% 0.47% -
HSV(B) 353.25º 0.98% 0.93% -
XYZ 34.89 18.04 2.94 -
YUV 77.03 102.03 241.39 -
System Red Green Blue C M Y K H S L
Decimal 236 5 31 0 0.98 0.87 0.07 353.25 0.96 0.47
Hex EC 5 1F 0 62 57 7 161 60 2F
Octal 354 5 37 0 142 127 7 541 140 57
Binary 11101100 101 11111 0 1100010 1010111 111 101100001 1100000 101111

Color Harmonies of #EC051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC051F

Black with #EC051F

Text Example


Text Example

White with #EC051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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