Html Css Color HEX #EC061F Torch Red

📋 copy color: '#EC061F'

red 236 ◦ green 6 ◦ blue 31

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

Shades of Torch Red #EC061F

Tints of Torch Red #EC061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 86.45%
G = 2.2%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC061F (or 0xEC061F) is known color: Torch Red. HEX triplet: EC, 06 and 1F. RGB value is (236,6,31). Sum of RGB (Red+Green+Blue) = 236+6+31=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC061F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC061F is #13F9E0. Grayscale: #4D4D4D. Windows color (decimal): -1309153 or 2033388. OLE color: 2033388.

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

Color convert

RGB 236 6 31 -
CMYK 0 0.97 0.87 0.07
HSL 353.48º 0.95% 0.47% -
HSV(B) 353.48º 0.97% 0.93% -
XYZ 34.9 18.06 2.94 -
YUV 77.62 101.7 240.97 -
System Red Green Blue C M Y K H S L
Decimal 236 6 31 0 0.97 0.87 0.07 353.48 0.95 0.47
Hex EC 6 1F 0 61 57 7 161 5F 2F
Octal 354 6 37 0 141 127 7 541 137 57
Binary 11101100 110 11111 0 1100001 1010111 111 101100001 1011111 101111

Color Harmonies of #EC061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC061F

Black with #EC061F

Text Example


Text Example

White with #EC061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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